Closed NullVoxPopuli closed 3 months ago
I'm not sure about this dropping support for TS versions still supported by ember.js itself without doing a major version to indicate changed ember.js support. cc @wagenet @gitKrystan
ember-source only tests against 4.9+ of typescript, if that helps
all green! and no longer dropping support for anything!
As a part of the v2 conversion process, we need to correctly declare our type imports as types (rather than values).
This enables tooling later to completely strip imports if unused.
For V2 Conversion
depending on how these PRs go will determine if we need to do a major or not.