angular/modules/@angular/compiler/src/ml_parser
Victor Berchet e78508507d fix(compiler): do not lex }} when interpolation is disabled (#13531)
* doc(compiler): fix the ICU expander API docs

* test(compiler): add lexer and parser specs

* fix(compiler): do not lex `}}` when interpolation is disabled

fix #13525
2016-12-16 15:33:16 -08:00
..
ast.ts refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
html_parser.ts refactor(compiler): store metadata of top level symbols also in summaries (#13289) 2016-12-15 09:12:40 -08:00
html_tags.ts refactor(compiler): html_parser -> ml_parser 2016-08-05 13:39:54 -07:00
icu_ast_expander.ts fix(compiler): do not lex }} when interpolation is disabled (#13531) 2016-12-16 15:33:16 -08:00
interpolation_config.ts refactor(compiler): html_parser -> ml_parser 2016-08-05 13:39:54 -07:00
lexer.ts fix(compiler): do not lex }} when interpolation is disabled (#13531) 2016-12-16 15:33:16 -08:00
parser.ts refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
tags.ts refactor(compiler): html_parser -> ml_parser 2016-08-05 13:39:54 -07:00
xml_parser.ts refactor(compiler): html_parser -> ml_parser 2016-08-05 13:39:54 -07:00
xml_tags.ts refactor(compiler): html_parser -> ml_parser 2016-08-05 13:39:54 -07:00