atsushieno / mugene-ng

Music Macro Language to MIDI 1.0 / 2.0 compiler
MIT License
8 stars 0 forks source link

JS: local file resolver #6

Closed atsushieno closed 3 years ago

atsushieno commented 3 years ago

Right now LocalFileStreamResolver cannot find default-macro.mml which is part of src/commonMain/resources because we don't know where it is...

atsushieno commented 3 years ago

Now it is resolved for node.JS in dev. environment for unit tests. Not sure if it works when packaged as npm or whatever, but that's another story.