NetLogo / Tortoise

Compiler and runtime engine for NetLogo models that runs in JavaScript 🐢
https://netlogoweb.org
Other
56 stars 27 forks source link

Convert Tortoise to use ES6 modules #252

Open LaCuneta opened 3 months ago

LaCuneta commented 3 months ago

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: