https://github.com/samouri/caniesm
Detect if a feature can skip polyfills for ESM builds.
https://github.com/samouri/caniesm
caniuse esm polyfill
Last synced: about 1 year ago
JSON representation
Detect if a feature can skip polyfills for ESM builds.
- Host: GitHub
- URL: https://github.com/samouri/caniesm
- Owner: samouri
- License: apache-2.0
- Created: 2020-10-12T11:43:22.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-26T21:33:22.000Z (about 5 years ago)
- Last Synced: 2025-01-26T05:11:29.583Z (over 1 year ago)
- Topics: caniuse, esm, polyfill
- Language: JavaScript
- Homepage: https://caniesm.vercel.app/
- Size: 108 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [caniesm](https://caniesm.vercel.app)

Check to see if a feature is supported by all Module supporting browsers.
For context on why this is useful, read about how to [deploy es6 code in production today](https://philipwalton.com/articles/deploying-es2015-code-in-production-today/).