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
Is it on the TypeScript roadmap to support the export default from and export namespace from proposals? This makes working with default exports much easier. Currently this needs to be done to export a bunch of defaults as named exports:
Is it on the TypeScript roadmap to support the export default from and export namespace from proposals? This makes working with default exports much easier. Currently this needs to be done to export a bunch of defaults as named exports:
By implementing these proposals the above goes to:
These proposals make import/export semantics symmetrical.
The text was updated successfully, but these errors were encountered: