-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Fix Token program ESM exports #3508
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just the one question, but otherwise looks good. Also, the node runner for the GitHub action needs to be updated to version 16
Done, thanks! Running now. |
Pull request has been modified.
Published in @solana/spl-token@0.3.2 |
This change is breaking TypeScript node.js import of
|
@raymondfeng I'm not sure what |
@jordansexton See #3522. Thank you for the prompt response. |
This is the second of two PRs to address #3502, this one for the Token program JS (#3507 for Memo, which it builds on top of). This fixes the issues that build systems have with .mjs files by exporting .js files. It also restructures the project to be similar to Wallet Adapter / the TypeScript monorepo template I've been using.
Fixes #3502