angular/packages/compiler/src/render3
Alex Rickabaugh cc29b9cf93 fix(ivy): use globally unique names for i18n constants (#25689)
Closure compiler requires that the i18n message constants of the form

const MSG_XYZ = goog.getMessage('...');

have names that are unique across an entire compilation, even if the
variables themselves are local to a given module. This means that in
practice these names must be unique in a codebase.

The best way to guarantee this requirement is met is to encode the
relative file name of the file into which the constant is being written
into the constant name itself. This commit implements that solution.

PR Close #25689
2018-09-04 12:09:29 -07:00
..
view fix(ivy): use globally unique names for i18n constants (#25689) 2018-09-04 12:09:29 -07:00
r3_ast.ts fix(ivy): match directives on bindings and element outputs (#25614) 2018-08-27 18:17:25 -04:00
r3_factory.ts feat(ivy): support injecting Renderer2 (#25523) 2018-08-31 09:42:36 -07:00
r3_identifiers.ts feat(ivy): support injecting Renderer2 (#25523) 2018-08-31 09:42:36 -07:00
r3_jit.ts feat(ivy): enable inheritance of factory functions in definitions (#25392) 2018-08-09 09:58:13 -07:00
r3_module_compiler.ts feat(ivy): enable inheritance of factory functions in definitions (#25392) 2018-08-09 09:58:13 -07:00
r3_module_factory_compiler.ts feat(ivy): add an IVY local the compiler which avoids analyzeModule (#23441) 2018-04-19 16:32:09 -07:00
r3_pipe_compiler.ts feat(ivy): enable inheritance of factory functions in definitions (#25392) 2018-08-09 09:58:13 -07:00
r3_template_transform.ts fix(ivy): match directives on bindings and element outputs (#25614) 2018-08-27 18:17:25 -04:00
r3_types.ts refactor(ivy): remove the backpatch compiler (#23441) 2018-04-19 16:32:09 -07:00
util.ts fix(ivy): force new imports for .d.ts files (#25080) 2018-07-26 16:38:09 -07:00