explorable-viz / fluid

Data-linked visualisations
http://f.luid.org
MIT License
36 stars 2 forks source link

Module design #985

Open rolyp opened 2 years ago

rolyp commented 2 years ago

Fluid needs some kind of basic module facility to support datatype definitions and separate compilation. (The current implementation is simplistic and requires work to support datatypes or imports.) We will also need a simple model of ES6 modules in Pure JSCore which can serve as a compilation target. (Initially we can omit features like module aggregation and import renaming.)

rolyp commented 5 months ago

Migrated from obsolete js-compile project