Heyo!
Thanks for putting this repo together. Super useful in getting Typescript up-and-running in Max.
I'm left with a couple of questions that I figure someone might have some experience with:
- From code running in the
js object, can any code be imported from npm packages? Or does anything imported need to be local?
- I saw mention of polyfills in the README to enable functionality beyond ES5, but had some issues getting that working. Does anyone have any pointers or recommendations for doing so?
Thanks!
Heyo!
Thanks for putting this repo together. Super useful in getting Typescript up-and-running in Max.
I'm left with a couple of questions that I figure someone might have some experience with:
jsobject, can any code be imported from npm packages? Or does anything imported need to be local?Thanks!