Allow transformers to run without type-checking #41986
Labels
Awaiting More Feedback
This means we'd like to hear from more people who would be helped by this feature
Suggestion
An idea for TypeScript
Search Terms
transformer, type check, transpileModule
Suggestion
Run transformers, but skip type checking.
Use Cases
The majority of compile times are type checking.
Some projects (e.g. Angular stylesheet integration) require transformers to run.
I would like to skip type checking, ala transpileModule, but still run the transformer.
angular/angular-cli#19587
Examples
Checklist
My suggestion meets these guidelines:
The text was updated successfully, but these errors were encountered: