Ian
Ian
you can probably learn the basic structure of a plugin from the plugins in this repo or feel free to drop by the discord mentioned above and I would be...
one solution for this might be using new Function instead of eval and passing whatever is suppose to be native as a parameter.
I was able to fix this by changing pnbt.js (generated using the command in the readme) by updating `Compiler.compile` to the following ```js compile(code) { // Local variable to provide...
> > Can I open a PR adding this fix? > > You can open PR if you've tested it to work. The tree shaking functionality is in a way...