angular/packages/compiler/src/aot
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
..
compiler.ts feat(compiler): make .ngsummary.json files portable 2017-08-16 15:24:48 -07:00
compiler_factory.ts refactor(compiler): split compiler and core (#18683) 2017-08-16 17:58:53 -05:00
compiler_host.ts feat(compiler): use typescript for resolving resource paths 2017-08-16 15:24:48 -07:00
compiler_options.ts refactor(compiler): split compiler and core (#18683) 2017-08-16 17:58:53 -05:00
generated_file.ts refactor(compiler): emit OutputAst and not sources (#16832) 2017-05-23 10:41:23 -06:00
static_reflector.ts refactor(compiler): split compiler and core (#18683) 2017-08-16 17:58:53 -05:00
static_symbol.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
static_symbol_resolver.ts refactor(compiler): simplify the CompilerHost used for transformers 2017-08-16 15:24:48 -07:00
summary_resolver.ts feat(compiler): make .ngsummary.json files portable 2017-08-16 15:24:48 -07:00
summary_serializer.ts feat(compiler): make .ngsummary.json files portable 2017-08-16 15:24:48 -07:00
util.ts feat: add .ngsummary.ts files to support AOT unit tests 2017-05-05 13:23:53 -04:00