-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
Support ES Modules #503
Comments
apologies for what amounts to a +1 comment, but wondering if support for es modules could be added for the package. With major browsers supporting imports and tooling like pikapkg having an es module would be very useful :) |
If you can find a non-breaking way to support this I would of course be willing to review a PR on the matter. Would this just amount to adding some config keys to |
I have only ever done this with rollup, but you need to generate your distribution in
What are you currently using to build your distribution? I can try to integrate into your existing build process. Or if you are open to some additional tooling I can submit a rollup file and include a build command in the |
Details: - Modernizes exports from src/baobab.js (might solve Yomguithereal#503) - Adds src/baobab.d.ts - Renames all JS test files as .TS - Fixes new TypeScript issues in test files - Copies src/baobab.d.ts to dist on `npm run dist`
Details: - Modernizes exports from src/baobab.js (might solve Yomguithereal#503) - Adds src/baobab.d.ts - Renames all JS test files as .TS - Fixes new TypeScript issues in test files - Copies src/baobab.d.ts to dist on `npm run dist`
Details: - Modernizes exports from src/baobab.js (might solve Yomguithereal#503) - Adds src/baobab.d.ts - Renames all JS test files as .TS - Fixes new TypeScript issues in test files - Copies src/baobab.d.ts to dist on `npm run dist`
Details: - Modernizes exports from src/baobab.js (might solve Yomguithereal#503) - Adds src/baobab.d.ts - Renames all JS test files as .TS - Fixes new TypeScript issues in test files - Copies src/baobab.d.ts to dist on `npm run dist` - Updates emmett to 3.2.0 to get proper types
It was broken in version 2.5.2.
The text was updated successfully, but these errors were encountered: