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

Added support for ES Modules in p5.js-web-editor #3358

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

takshittt
Copy link

Fixes #3304

Changes: Implemented support for import/export ESM standard modules.

Description:
Screenshot 2025-03-04 at 4 31 37 AM
This pull request adds support for import/export ESM (ECMAScript Modules) standard modules.

I have verified that this pull request:

  • [yes ] has no linting errors (npm run lint)
  • [ yes] has no test errors (npm run test)
  • [ yes] is from a uniquely-named feature branch and is up to date with the develop branch.
  • [yes ] is descriptively named and links to an issue number, i.e. Fixes #3304

Copy link

welcome bot commented Mar 3, 2025

🎉 Thanks for opening this pull request! Please check out our contributing guidelines if you haven't already.

@takshittt takshittt closed this Mar 5, 2025
@takshittt takshittt reopened this Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add import and export as ESM Modules
2 participants