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

use web workers to change AST #3

Closed
4 tasks
XXXMrG opened this issue Apr 2, 2020 · 0 comments
Closed
4 tasks

use web workers to change AST #3

XXXMrG opened this issue Apr 2, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@XXXMrG
Copy link
Owner

XXXMrG commented Apr 2, 2020

A better way to parse AST & transform code

  • try create a new worker to parse AST
  • parse and transform code in worker. use postMessage return AST or code.
  • execute transformed code in main worker to create animation.
  • pay attention code security.
@XXXMrG XXXMrG added the enhancement New feature or request label Apr 2, 2020
@XXXMrG XXXMrG self-assigned this Apr 3, 2020
@XXXMrG XXXMrG pinned this issue Apr 3, 2020
@XXXMrG XXXMrG closed this as completed in dad7ca3 Apr 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant