Skip to content

feat: use ES modules in fiddles - #712

Merged
aarthificial merged 1 commit into
motion-canvas:mainfrom
aarthificial:es-fiddles
May 23, 2023
Merged

feat: use ES modules in fiddles#712
aarthificial merged 1 commit into
motion-canvas:mainfrom
aarthificial:es-fiddles

Conversation

@aarthificial

Copy link
Copy Markdown
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