hbstack / hb

The core module of HB framework, which automatically load and compile module's TypeScript and SCSS.
https://hbstack.dev/
MIT License
18 stars 3 forks source link

JS import sequences #5

Open razonyang opened 1 year ago

razonyang commented 1 year ago

JS event handlers will be invoked in registered order, it's necessary to have a mechanism controls the imports sequences of modules.

TBD, lack of solutions in mind.