embroider-build / addon-blueprint

Blueprint for v2-formatted Ember addons
MIT License
29 stars 28 forks source link

Blueprint for typescript should use ember stable types #197

Open lukemelia opened 1 year ago

lukemelia commented 1 year ago

Currently using old @types/ packages

lukemelia commented 1 year ago

This may be complicated by the status of ember-cli's new app blueprint, which is used to generate the test-app. The approach to importing ember types need to be consistent.

ef4 commented 1 year ago

Possible prerequisite: https://github.com/emberjs/rfcs/pull/952#issuecomment-1710445029

NullVoxPopuli commented 1 year ago

I think we're blocked on ember-data not being compatible with the stable types.

Everyone is free to delete all the @types/ packages in favor of the stable built in types if they aren't using ember-data though.

Once ember-data is compatible with the ember stable types, the ember-cli blueprints will use those, and then we also use them.

See also: