CLI Tool to bundle and transpile modern JS for usage in [js] and [jsui] in Max MSP. The idea is basically to support writing modern Ecmascript code alongside the usage of NPM dependencies within your code.
MIT License
23
stars
6
forks
source link
Add transpilation support for setTimeout and setInterval #2
These might occur in 3rd party dependencies and should be transpiled to use the Task Object within Max' [js] object.