angular-cn/packages/compiler/src/i18n
Pete Bacon Darwin 673ac2945c refactor(compiler): use `options` argument for parsers (#28055)
This commit consolidates the options that can modify the
parsing of text (e.g. HTML, Angular templates, CSS, i18n)
into an AST for further processing into a single `options`
hash.

This makes the code cleaner and more readable, but also
enables us to support further options to parsing without
triggering wide ranging changes to code that should not
be affected by these new options.  Specifically, it will let
us pass information about the placement of a template
that is being parsed in its containing file, which is essential
for accurate SourceMap processing.

PR Close #28055
2019-02-12 20:58:27 -08:00
..
serializers refactor(compiler): use `options` argument for parsers (#28055) 2019-02-12 20:58:27 -08:00
digest.ts fix(compiler): fix utf8encode, move to sharted utils, add tests (#15076) 2017-03-14 17:13:39 -07:00
extractor.ts fix(compiler): i18n_extractor now outputs the correct source file name (#24885) 2018-07-16 16:09:01 -04:00
extractor_merger.ts build(bazel): Turning on strictPropertyInitialization for Angular. (#24572) 2018-06-25 07:57:13 -07:00
i18n_ast.ts feat(ivy): ICU support for Ivy (#26794) 2018-11-16 16:09:30 -08:00
i18n_html_parser.ts refactor(compiler): use `options` argument for parsers (#28055) 2019-02-12 20:58:27 -08:00
i18n_parser.ts feat(ivy): ICU support for Ivy (#26794) 2018-11-16 16:09:30 -08:00
index.ts feat(compiler): Implement i18n XLIFF 2.0 serializer (#14185) 2017-04-14 09:05:00 -07:00
message_bundle.ts refactor(compiler): use `options` argument for parsers (#28055) 2019-02-12 20:58:27 -08:00
parse_util.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
translation_bundle.ts refactor(compiler): use `options` argument for parsers (#28055) 2019-02-12 20:58:27 -08:00