mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
When running the JIT transforms in 1P w/ tsickle, tsickle will transform source files before our custom transforms can run. This is also impacting the Ivy transform and hence we use `ts.getOriginalNode` in various places to inspect the source AST for detecting Angular. For the JIT transform we need to do a similar change so that the transform could run in 1P. PR Close #56520 |
||
|---|---|---|
| .. | ||
| jit_transforms | ||
| api.ts | ||
| compiler_host.ts | ||
| entry_points.ts | ||
| i18n.ts | ||
| program.ts | ||
| util.ts | ||