angular/modules/@angular/compiler/src/output
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
..
abstract_emitter.ts fix(ngc): don't quote properties in literal maps (#11110) 2016-08-26 15:54:34 -07:00
abstract_js_emitter.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
js_emitter.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
output_ast.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
output_interpreter.ts refactor(compiler): replace CompileIdentifierMap with regular Map 2016-08-29 12:45:27 -07:00
output_jit.ts refactor(compiler): replace CompileIdentifierMap with regular Map 2016-08-29 12:45:27 -07:00
path_util.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
ts_emitter.ts refactor(compiler): replace CompileIdentifierMap with regular Map 2016-08-29 12:45:27 -07:00
value_util.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00