Skip to content

Conversation

@goto-bus-stop
Copy link
Owner

So that import() acts similarly to import statements.

If a split module contains a transpiled ES module, its namespace object
is returned.
If it contains an untranspiled CJS module, the entire object is placed
on the .default property.

So that `import()` acts similarly to `import` statements.

If a split module contains a transpiled ES module, its namespace object
is returned.
If it contains an untranspiled CJS module, the entire object is placed
on the `.default` property.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants