angular_compiler 0.3.0
angular_compiler: ^0.3.0 copied to clipboard
Compiler for AngularDart.
0.3.0 #
- Always link to
export "...template.dart" filesininitReflector(). - Catch missing field-formal (
this.) fields and warn in the compiler. - Does not emit a
registerDependenciesfunction call for empty constructors. initReflector()no longer treats@Pipeas an@Injectableservice.
0.2.2 #
- Fixed the outliner to instruct the analyzer to ignore unused imports.
- Add
NgAssetReader.
0.2.1 #
- Various changes internal to the compiler.
0.2.0 #
- Added various classes and helpers to form the new compile infrastructure:
ComponentReaderDependencyReader,DependencyInvocation,DependencyElementProviderReader,ProviderElementTokenReader,TypeTokenElement,OpaqueTokenElementgetInheritanceHierarchy,urlOfReflectableReader,ReflectableOutput,ReflectableClass
0.1.1 #
- Fixed a bug where flag
entry_pointswas only allowed to be a list.
0.1.0 #
- Initial commit of
angular_compiler.