← Back to release summary
ECMAScript module namespace exports
- Category
- JavaScript
- Type
- New or changed feature
- Status
- Enabled by default (Chrome 72)
- Intent stage
- None
Summary
This feature extends the existing syntax for module exports by the form
export * as foo from "bar"
which is the analogue to the existing form
import * as foo from "bar"
Standards & signals
View on chromestatus.com