angular-cn/packages/compiler/test/aot
Tobias Bosch 492153a986 fix(compiler): make sourcemaps work in AOT mode
Inlcuded fixes:
- include preamble in generated source map
- always add a mapping for line/col 0 so that the
  generated sourcemap is not sparse
- use a uniue sourceUrl for inline templates even
  in the AOT case
2017-03-16 12:56:56 -07:00
..
README.md refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
compiler_spec.ts fix(compiler): make sourcemaps work in AOT mode 2017-03-16 12:56:56 -07:00
static_reflector_spec.ts fix(compiler): support interface types in injectable constuctors (#14894) 2017-03-15 09:24:56 -07:00
static_symbol_resolver_spec.ts fix(compiler): support interface types in injectable constuctors (#14894) 2017-03-15 09:24:56 -07:00
summary_resolver_spec.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
summary_serializer_spec.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
test_util.ts build: build modules and examples for karma 2017-03-08 17:35:20 -08:00

README.md

Tests in this directory are excluded from running in the browser and only run in node.