angular-cn/packages/compiler-cli/test
Chuck Jazdzewski 25cbc98979 fix(compiler-cli): do not add references to files outside of `rootDir` (#19770)
References to resources (such as .css files) that are generated into
the `outDir` directory outside of `rootDir` would cause a spurious
compiler error about not being able to find a files that ends in
'.ngstyle.ts'.

Also fixed a minor issue in compiler error reporting

Fixes: #19765, #19767

PR Close #19770
2017-10-18 11:18:50 -07:00
..
diagnostics fix(compiler): generate correct imports for type check blocks (#19582) 2017-10-17 10:37:55 -07:00
metadata refactor(compiler): bump metadata version to 4 (#19338) 2017-09-26 13:31:59 -07:00
transformers fix(compiler-cli): do not add references to files outside of `rootDir` (#19770) 2017-10-18 11:18:50 -07:00
aot_host_spec.ts refactor(compiler): bump metadata version to 4 (#19338) 2017-09-26 13:31:59 -07:00
extract_i18n_spec.ts refactor(compiler): remove all source-level traces to tsc-wrapped (#18966) 2017-09-13 20:47:37 -04:00
mocks.ts perf(compiler): make the creation of `ts.Program` faster. (#19275) 2017-09-19 16:55:23 -07:00
ngc_spec.ts fix(compiler-cli): do not add references to files outside of `rootDir` (#19770) 2017-10-18 11:18:50 -07:00
perform_watch_spec.ts perf(compiler): only emit changed files for incremental compilation 2017-10-02 08:24:50 -07:00
test_support.ts fix(compiler-cli): diagnostics file paths relative to cwd, not tsconfig (#19748) 2017-10-18 11:18:17 -07:00