Skip to content

feat: use ES modules in fiddles #712

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

Merged
merged 1 commit into from
May 23, 2023

Conversation

aarthificial
Copy link
Contributor

Fiddles now use ES modules together with the new 2d and core bundles. Imports can no longer be omitted, all entities used in a given fiddle should be imported at the top like in any normal JS module.

Fiddles are now verified during compilation. Any fiddle with missing imports will throw an error.

Fiddles now use ES modules together with the new 2d and core bundles.
Imports can no longer be omitted, all entities used in a given fiddle should be
imported at the top like in any normal JS module.

Fiddles are now verified during compilation. Any fiddle with missing imports
will throw an error.
@aarthificial aarthificial mentioned this pull request May 23, 2023
@aarthificial aarthificial merged commit dbe2ad5 into motion-canvas:main May 23, 2023
@aarthificial aarthificial deleted the es-fiddles branch May 23, 2023 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant