angular-cn/modules/@angular/compiler-cli/src
Tobias Bosch d7de5c4f8e refactor(compiler): replace `CompileIdentifierMap` with regular `Map`
closes #11145

Also rename `CompileIdentifierMetadata.runtime` into `CompileIdentifierMetadata.reference`.

Also remove `CompileIdentifierMetadata.equalsTo` as
now it is enough to just check the `reference` fields for equality.
2016-08-29 12:45:27 -07:00
..
codegen.ts feat(codegen): Add an error message when the locale is not provided (#11104) 2016-08-26 15:38:48 -07:00
compiler_private.ts feat(i18n): xtb serializer 2016-07-29 13:40:58 -07:00
core_private.ts fix(core): Share private types through an exported interface. (#11009) 2016-08-23 16:18:11 -07:00
extract_i18n.ts test: fix existing tests by removing usage of obsolete stuff like component level directives, AsyncCompleter and TestComponentBuilder 2016-08-23 09:59:00 -07:00
main.ts feat(i18n): pass translation config directly into ngc (#10622) 2016-08-12 14:45:36 -07:00
path_mapped_reflector_host.ts feat(ngc): support pathmapping using a separate reflector (#10985) 2016-08-22 11:48:33 -07:00
reflector_host.ts fix(compiler-cli): make ngc to work on Windows (#10919) 2016-08-26 15:41:50 -07:00
static_reflection_capabilities.ts refactor(compiler): replace `CompileIdentifierMap` with regular `Map` 2016-08-29 12:45:27 -07:00
static_reflector.ts refactor(compiler): replace `CompileIdentifierMap` with regular `Map` 2016-08-29 12:45:27 -07:00