You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With that foundation in place, we'll be able to iteratively work on publishing types generated from source (instead of ambient definitions) and once they're stable, flip over to publishing in types/stable and using the typesVersions hack (until we can dependably use an exports map) to define that as stable types.
The text was updated successfully, but these errors were encountered:
The basic approach here will be:
types/preview
, with:index.d.ts
which importsember
and@ember/*
module declarationsdeclare module { ... }
definitions, so that the root import "just works"import 'ember-source/preview';
in:With that foundation in place, we'll be able to iteratively work on publishing types generated from source (instead of ambient definitions) and once they're stable, flip over to publishing in
types/stable
and using thetypesVersions
hack (until we can dependably use anexports
map) to define that as stable types.The text was updated successfully, but these errors were encountered: