.. |
ClassBuilder.js
|
Fixed bug causing invocation error when accessing undefined static members on a non-class base
|
2011-11-19 00:10:30 -05:00 |
FallbackMemberBuilder.js
|
[#25] Combined buildGetter() and buildSetter()
|
2011-10-29 08:25:51 -04:00 |
FallbackVisibilityObjectFactory.js
|
Implemented FallbackVisibilityObjectFactory (#25)
|
2011-08-13 22:42:33 -04:00 |
MemberBuilder.js
|
MemberBuilderValidator will now throw a warning if 'override' keyword is used without a super method
|
2011-11-05 11:58:12 -04:00 |
MemberBuilderValidator.js
|
MemberBuilderValidator will now throw a warning if 'override' keyword is used without a super method
|
2011-11-05 11:58:12 -04:00 |
MethodWrapperFactory.js
|
Now passing getInst() directly into MethodwrapperFactory factory function, like good 'ol times
|
2011-08-31 00:05:07 -04:00 |
MethodWrappers.js
|
Oops. Dummy want to name things correctly? (#25)
|
2011-09-02 22:44:11 -04:00 |
VisibilityObjectFactory.js
|
Added property object comment to VisibilityObjectFactory (#25)
|
2011-08-13 22:42:51 -04:00 |
VisibilityObjectFactoryFactory.js
|
Added VisibilityObjectFactoryFactory (#25)
|
2011-08-13 23:00:03 -04:00 |
class.js
|
Added warning handler to class facade
|
2011-11-05 12:07:52 -04:00 |
class_abstract.js
|
Added support for named abstract subclasses
|
2011-05-22 21:05:46 -04:00 |
class_final.js
|
Added support for final subtypes
|
2011-05-22 21:35:29 -04:00 |
interface.js
|
[#29] Re-added interface name to interface errors since abstract requirement change
|
2011-11-19 22:17:59 -05:00 |
prop_parser.js
|
Override keyword is now required to override a virtual method (#19)
|
2011-08-04 00:32:10 -04:00 |
util.js
|
'abstract' keyword no longer required for interface method declarations
|
2011-11-19 19:37:59 -05:00 |
warn.js
|
Prefixing warning output with 'Warning: '
|
2011-11-05 12:10:20 -04:00 |