fde31 / max-js-bundler

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

Open fde31 opened 5 years ago

fde31 commented 5 years ago

These might occur in 3rd party dependencies and should be transpiled to use the Task Object within Max' [js] object.