Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ES Modules #1309

Open
alexwilson opened this issue Aug 9, 2023 · 0 comments
Open

ES Modules #1309

alexwilson opened this issue Aug 9, 2023 · 0 comments
Labels
library Relates to an Origami library

Comments

@alexwilson
Copy link

What

ES Module polyfills: There are a number of features of ES Modules which, while standards track, aren't yet well supported in browsers. These include: Dynamic Imports and import.meta.resolve.

Details

ES Modules are a huge enabler, and dynamic imports allow building decoupled applications. However while ES Modules are relatively well supported, many of the features that build on them are not.

Additional information

There is a good collection of ES Module polyfills here, supported by @guybedford: https://github.com/guybedford/es-module-shims. It needs some configuring to fit the conventions of Polyfill.io but should work nicely.

@github-actions github-actions bot added the library Relates to an Origami library label Aug 9, 2023
JakeChampion added a commit that referenced this issue Aug 15, 2023
JakeChampion added a commit that referenced this issue Aug 16, 2023
JakeChampion added a commit that referenced this issue Aug 16, 2023
JakeChampion added a commit that referenced this issue Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
library Relates to an Origami library
Projects
None yet
2 participants