angular-cn/packages/compiler/src
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
..
aot fix(compiler-cli): do not add references to files outside of `rootDir` (#19770) 2017-10-18 11:18:50 -07:00
compiler_util fix(compiler): emits quoted keys only iff they are quoted in the original template 2017-07-07 16:17:33 -07:00
css_parser fix(compiler): Update types for TypeScript nullability support 2017-04-10 15:26:33 -06:00
expression_parser refactor(compiler): split compiler and core (#18683) 2017-08-16 17:58:53 -05:00
i18n build: update npm dependencies (#19328) 2017-09-22 13:20:52 -07:00
jit perf(compiler): fix perf issue in loading aot summaries in jit compiler 2017-10-04 15:04:23 -07:00
ml_parser fix(compiler): skip   when trimming / removing whitespaces (#19310) 2017-09-25 13:33:31 -07:00
output fix(compiler): don’t use `ng://` in AOT source maps, and never point to the original source file 2017-10-04 16:20:55 -07:00
schema refactor(compiler): split compiler and core (#18683) 2017-08-16 17:58:53 -05:00
template_parser refactor(core): remove readonly getters in common, compiler (#19150) 2017-09-14 13:37:52 -04:00
view_compiler refactor(core): add a checkIndex to the compiler view nodes 2017-10-04 14:55:54 -07:00
assertions.ts refactor(compiler): split compiler and core (#18683) 2017-08-16 17:58:53 -05:00
ast_path.ts refactor(compiler-cli): move the expression expression type checker (#16562) 2017-05-09 16:16:50 -07:00
chars.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
compile_metadata.ts fix(compiler): don’t use `ng://` in AOT source maps, and never point to the original source file 2017-10-04 16:20:55 -07:00
compile_reflector.ts refactor(compiler): split compiler and core (#18683) 2017-08-16 17:58:53 -05:00
compiler.ts perf(compiler): make the creation of `ts.Program` faster. (#19275) 2017-09-19 16:55:23 -07:00
config.ts feat(compiler): enabled strict checking of parameters to an `@Injectable` (#19412) 2017-09-26 13:40:47 -07:00
core.ts refactor(compiler): add missing test to compare core and compiler metadata (#18739) 2017-08-17 18:00:55 -05:00
directive_normalizer.ts refactor(compiler): remove stale metadata classes for animations 2017-10-04 16:20:55 -07:00
directive_resolver.ts refactor(compiler): split compiler and core (#18683) 2017-08-16 17:58:53 -05:00
identifiers.ts refactor(compiler): misc minor refactor / cleanup (#19189) 2017-09-20 13:50:25 -07:00
lifecycle_reflector.ts refactor(compiler): don’t rely on global reflector (#16832) 2017-05-23 10:41:23 -06:00
metadata_resolver.ts feat(compiler): enabled strict checking of parameters to an `@Injectable` (#19412) 2017-09-26 13:40:47 -07:00
ng_module_compiler.ts refactor(compiler): split compiler and core (#18683) 2017-08-16 17:58:53 -05:00
ng_module_resolver.ts refactor(compiler): split compiler and core (#18683) 2017-08-16 17:58:53 -05:00
parse_util.ts feat(compiler-cli): new compiler api and command-line using TypeScript transformers 2017-06-23 16:18:44 -07:00
pipe_resolver.ts refactor(compiler): split compiler and core (#18683) 2017-08-16 17:58:53 -05:00
provider_analyzer.ts refactor(core): remove readonly getters in common, compiler (#19150) 2017-09-14 13:37:52 -04:00
resource_loader.ts refactor(compiler): allow sync AOT compilation (#16832). 2017-05-23 10:41:23 -06:00
selector.ts fix(compiler): Update types for TypeScript nullability support 2017-04-10 15:26:33 -06:00
shadow_css.ts build: update npm dependencies (#19328) 2017-09-22 13:20:52 -07:00
style_compiler.ts fix(compiler): various squashed fixes for the new ngc 2017-09-25 13:36:00 -07:00
style_url_resolver.ts fix(compiler): Don't strip CSS source maps 2017-08-15 16:30:09 -07:00
summary_resolver.ts fix(compiler): allow to use flat modules and summaries 2017-09-28 14:20:20 -07:00
url_resolver.ts refactor(compiler): split compiler and core (#18683) 2017-08-16 17:58:53 -05:00
util.ts refactor(core): remove readonly getters in common, compiler (#19150) 2017-09-14 13:37:52 -04:00
version.ts refactor(compiler): split compiler and core (#18683) 2017-08-16 17:58:53 -05:00