angular/packages/compiler/src/ml_parser
Pete Bacon Darwin 43d8e9aad2 refactor(compiler): capture fullStart locations when tokenizing (#39486)
This commit ensures that when leading whitespace is skipped by
the tokenizer, the original start location (before skipping) is captured
in the `fullStart` property of the token's source-span.

PR Close #39486
2020-11-06 09:01:37 -08:00
..
ast.ts refactor(compiler): element.startSourceSpan is required (#38581) 2020-09-02 14:47:28 -07:00
html_parser.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
html_tags.ts fix(compiler): incorrectly inferring namespace for HTML nodes inside SVG (#38477) 2020-08-31 13:25:38 -07:00
html_whitespaces.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
icu_ast_expander.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
interpolation_config.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
lexer.ts refactor(compiler): capture fullStart locations when tokenizing (#39486) 2020-11-06 09:01:37 -08:00
parser.ts refactor(compiler): store the fullStart location on ParseSourceSpans (#39486) 2020-11-06 09:01:37 -08:00
tags.ts fix(compiler): incorrectly inferring namespace for HTML nodes inside SVG (#38477) 2020-08-31 13:25:38 -07:00
xml_parser.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
xml_tags.ts fix(compiler): incorrectly inferring namespace for HTML nodes inside SVG (#38477) 2020-08-31 13:25:38 -07:00