JounQin
f60fb7d92b
fix(compiler-cli): fix extending angularCompilerOptions from non relative extension less TypeScript configuration files ( #41349 )
...
support non rooted file of node package and relative path without json extension
close #41343
PR Close #41349
2021-04-07 09:37:44 -07:00
Alan Agius
5eb195416b
fix(compiler-cli): extend `angularCompilerOptions` in tsconfig from node ( #40694 )
...
TypeScript supports non rooted extends, we should do the same
b346f5764e/src/compiler/commandLineParser.ts (L2603-L2628)
Closes : #36715
PR Close #40694
2021-02-11 13:29:51 -08:00
Alan Agius
b7c4d07e81
fix(compiler-cli): `readConfiguration` existing options should override options in tsconfig ( #40694 )
...
At the moment, when passing an Angular Compiler option
in the `existingOptions` it doesn't override the defined in the TSConfig.
PR Close #40694
2021-02-11 13:29:51 -08:00
Joey Perrott
d1ea1f4c7f
build: update license headers to reference Google LLC ( #37205 )
...
Update the license headers throughout the repository to reference Google LLC
rather than Google Inc, for the required license headers.
PR Close #37205
2020-05-26 14:26:58 -04:00
Alex Rickabaugh
0a69a2832b
style(compiler-cli): reformat of codebase with new clang-format version ( #36520 )
...
This commit reformats the packages/compiler-cli tree using the new version
of clang-format.
PR Close #36520
2020-04-08 14:51:08 -07:00
Alan
424ab48672
fix(compiler): return enableIvy true when using `readConfiguration` ( #32234 )
...
PR Close #32234
2019-08-21 10:06:25 -07:00
Alan Agius
d7e5bbf2d0
feat(compiler-cli): add support to extend `angularCompilerOptions` ( #22717 )
...
`TypeScript` only supports merging and extending of `compilerOptions`. This is an implementation to support extending and inheriting of `angularCompilerOptions` from multiple files.
Closes : #22684
PR Close #22717
2018-09-19 16:17:28 -07:00