angular/packages/compiler/src/ml_parser
Tobias Bosch 0cc77b4a69 refactor(compiler): split compiler and core (#18683)
After this, neither @angular/compiler nor @angular/comnpiler-cli depend
on @angular/core.

This add a duplication of some interfaces and enums which is stored
in @angular/compiler/src/core.ts

BREAKING CHANGE:
- `@angular/platform-server` now additionally depends on
  `@angular/platform-browser-dynamic` as a peer dependency.


PR Close #18683
2017-08-16 17:58:53 -05:00
..
ast.ts build: enable TSLint on the packages folder 2017-07-31 15:47:57 -07:00
html_parser.ts refactor(compiler): split compiler and core (#18683) 2017-08-16 17:58:53 -05:00
html_tags.ts fix(compiler): Update types for TypeScript nullability support 2017-04-10 15:26:33 -06:00
html_whitespaces.ts perf(core): add option to remove blank text nodes from compiled templates 2017-08-14 13:26:16 -07:00
icu_ast_expander.ts docs: fix spelling 2017-03-22 21:28:24 -07:00
interpolation_config.ts fix(compiler): Update types for TypeScript nullability support 2017-04-10 15:26:33 -06:00
lexer.ts perf: latest tsickle to tree shake: abstract class methods & interfaces (#18236) 2017-07-21 16:35:37 -05:00
parser.ts fix(compiler): fix for element needing implicit parent placed in top-level ng-container 2017-07-31 11:30:19 -07:00
tags.ts perf(core): add option to remove blank text nodes from compiled templates 2017-08-14 13:26:16 -07:00
xml_parser.ts fix(compiler): Update types for TypeScript nullability support 2017-04-10 15:26:33 -06:00
xml_tags.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00