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

Convert Tortoise to use ES6 modules #252

Open
LaCuneta opened this issue Jun 4, 2024 · 0 comments
Open

Convert Tortoise to use ES6 modules #252

LaCuneta opened this issue Jun 4, 2024 · 0 comments

Comments

@LaCuneta
Copy link
Contributor

LaCuneta commented Jun 4, 2024

Galapagos was converted to use ES6 modules along with Rollup to create minimized code for each page-specific bundle. That has worked well for that project. It would be nice if Tortoise was converted as well, to make it easier to include dependencies that are already updated to ES6 modules. Some considerations for the switchover:

  • Generating a minimized version as well as a maximized version with full variable names and whitespace.
  • Enabling the dynamic import of extensions as modules instead of their current state as statically included in the engine.
  • Possibly swapping the final published artifacts from webjars to a standard npmjs package.
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

No branches or pull requests

1 participant