issues
search
elsassph
/
haxe-modular
Haxe-JS code splitting, NPM dependencies bundling, hot-reload
116
stars
14
forks
source link
Libs optimisation
#69
Closed
elsassph
closed
6 years ago
elsassph
commented
6 years ago
Use string
startsWith
to match nodes with libs instead of EReg,
Pre-evaluate nodes against libs instead of matching them during graph walking,
Now support both a package or class name (also matched with
startsWith
).
startsWith
to match nodes with libs instead of EReg,startsWith
).