mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Previously, resource paths beginning with '/' (aka "rooted" paths, which are not actually absolute filesystem paths, but are relative to the TypeScript project root directory) were not handled correctly. The leading '/' was stripped and the path was resolved as if it was relative, but with no containing file for context. This led to resources in different rootDirs not being found. Instead, such rooted paths are now resolved without TypeScript's help, by checking each root directory. A test is added to this effect. PR Close #31511 |
||
|---|---|---|
| .. | ||
| compliance | ||
| diagnostics | ||
| helpers | ||
| metadata | ||
| ngtsc | ||
| transformers | ||
| BUILD.bazel | ||
| extract_i18n_spec.ts | ||
| mocks.ts | ||
| ngc_spec.ts | ||
| ngtools_api_spec.ts | ||
| perform_compile_spec.ts | ||
| perform_watch_spec.ts | ||
| test_support.ts | ||