Tony Mobily
Tony Mobily
isagalaev/highlight.js#558 was actually merged!
I just wanted to confirm that I really badly need this too. I tried to look into the code, and got a little lost (although I am drowning in my...
> I'm not clear on how to contact the person who currently owns the `js-interpreter` npm package, nor whether they would be willing and able to transfer it, but I...
I had a look at this PR, and I wanted to add that doing this might not be enough: ```` if (typeof exports === 'object' && typeof module === 'object')...
No worries, let me know once you get back. In the meantime, I will leave the current js-interpreter npm package as is, waiting for your decision! Thanks for taking the...
I respectfully and humbly disagree. By using the other repo, you have encountered ad edge case while using Webpack + Typescript. In your issue here https://github.com/mercmobily/js-interpreter/issues you vaguely outline the...
I feel it would be worthwhile for me to pick in. I also think that there should be an official NPM package. Please note that at the moment: https://github.com/aminmarashi-binary/JS-Interpreter#readme (NPM:...
@hsluoyz I just realised, after writing this, that your npm package is based on a git repo which is a fork of aminmarashi-binary/JS-Interpreter. With all due respect, I am not...
At the moment, it points to Master. My plan was to release with NPM every 3 months, checking with Neil if he felt that a new NPM version was warranted...
Well I think I got somewhere. Here it is: (remember that this is node) global.acorn = require('./node_modules/js-interpreter/acorn.js') global.JSInterpreter = require('./node_modules/js-interpreter/interpreter.js') global.jsRun = function (code, ...args) { var fullCode = `var...