mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
The current module resolution simply attaches .ts to the import/export path, which does not work if the path is using Node / CommonJS behavior to resolve to an index.ts file. This patch uses typescript's module resolution logic, and will attempt to load the original typescript file if this resolution returns a .js or .d.ts file PR Close #22856 |
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| bundler_spec.ts | ||
| collector_spec.ts | ||
| evaluator_spec.ts | ||
| index_writer_spec.ts | ||
| symbols_spec.ts | ||
| typescript.mocks.ts | ||