emberjs / ember-test-helpers

Test-framework-agnostic helpers for testing Ember.js applications
Apache License 2.0
187 stars 257 forks source link

Fix import type via upgrading @tsconfig/ember #1467

Closed NullVoxPopuli closed 3 months ago

NullVoxPopuli commented 3 months ago

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.

kategengler commented 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

kategengler commented 3 months ago

ember-source only tests against 4.9+ of typescript, if that helps

NullVoxPopuli commented 3 months ago

all green! and no longer dropping support for anything!