Rule Proposal: Ban usage of experimental and developer preview features #2305
Replies: 2 comments
-
For all TypeScript functions, this could work somewhat reliably by checking the However there might be functionality in developer preview which isn't used in TypeScript context, such as Control flow, experimental builders, experimental test runners, ... For this kind of functionality, IMHO it doesn't make sense to implement such a rule, as it needs to be implemented and kept up-to-date manually. Would you be fine with a solution which exclusively works for TypeScript? |
Beta Was this translation helpful? Give feedback.
-
Exclusively Typescript would be better than nothing but there's a handful of new template features that are in preview, It's a shame that it can't be a compiler option - angular/angular#57656 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We would love to see the linter complaining on angular developer preview features, as they should not be used in our plattform for stability reasons. Is there a chance to get that?
Beta Was this translation helpful? Give feedback.
All reactions