angular/packages/compiler-cli/src/ngtsc
Andrew Kushnir 72d043f669 fix(ivy): check the presence of .css resource for styleUrls (#28770)
Prior to this change, Ivy and VE CSS resource resolution was different: in addition to specified styleUrl (with .scss, .less and .styl extensions), VE also makes an attempt to resolve resource with .css extension. This change introduces similar logic for Ivy to make sure Ivy behavior is backwards compatible.

PR Close #28770
2019-02-21 00:12:43 -08:00
..
annotations fix(ivy): support static ViewChild queries (#28811) 2019-02-19 15:29:00 -08:00
cycles feat(ivy): cycle detector for TypeScript programs (#28169) 2019-01-28 12:10:25 -08:00
diagnostics feat(ivy): support @Injectable on already decorated classes (#28523) 2019-02-13 19:13:10 -08:00
entry_point fix(ivy): ngtsc fails building flat module out on windows (#27993) 2019-01-22 11:49:53 -08:00
imports feat(ivy): use fileNameToModuleName to emit imports when it's available (#28523) 2019-02-13 19:13:11 -08:00
partial_evaluator feat(ivy): use fileNameToModuleName to emit imports when it's available (#28523) 2019-02-13 19:13:11 -08:00
path feat(ivy): introduce concrete types for paths in ngtsc (#28523) 2019-02-13 19:13:11 -08:00
reflection build: set a default module_name for ts_library rules (#28051) 2019-01-18 10:16:39 -08:00
routing feat(ivy): use fileNameToModuleName to emit imports when it's available (#28523) 2019-02-13 19:13:11 -08:00
shims fix(ivy): unable to import shim factory files on case-insensitive platforms (#28831) 2019-02-20 18:26:05 -08:00
switch build: set a default module_name for ts_library rules (#28051) 2019-01-18 10:16:39 -08:00
testing refactor(ivy): prep ngtsc and ngcc for upcoming import resolution work (#27743) 2019-01-08 16:36:18 -08:00
transform fix(ivy): restore @fileoverview annotations for Closure (#28723) 2019-02-21 00:12:14 -08:00
translator feat(ivy): compile @Injectable on classes not meant for DI (#28523) 2019-02-13 19:13:10 -08:00
typecheck feat(ivy): use fileNameToModuleName to emit imports when it's available (#28523) 2019-02-13 19:13:11 -08:00
util feat(ivy): use fileNameToModuleName to emit imports when it's available (#28523) 2019-02-13 19:13:11 -08:00
program.ts fix(ivy): restore @fileoverview annotations for Closure (#28723) 2019-02-21 00:12:14 -08:00
resource_loader.ts fix(ivy): check the presence of .css resource for styleUrls (#28770) 2019-02-21 00:12:43 -08:00
synthetic_files_compiler_host.ts build: update to rules_typescript 0.23.2 and rules_nodejs 0.16.8 (#28532) 2019-02-05 16:55:43 -05:00
tsc_plugin.ts build: update to rules_typescript 0.23.2 and rules_nodejs 0.16.8 (#28532) 2019-02-05 16:55:43 -05:00