Jim B
Jim B
hmm... basically the -G option is just kept and passed through (unless it ended up bypassed because it's generally not that useful) MSVC itself is really fast in building projects;...
that URL shows 404 this is not the page you're looking for. (the link right there on the Readme.MD that shows on the repo home) There's no version or anything.
``` wget https://github.com/denoland/rusty_v8/releases/download --06:22:01-- https://github.com/denoland/rusty_v8/releases/download => `download' Resolving github.com... done. Connecting to github.com[140.82.113.3]:443... connected. Unable to establish SSL connection. Unable to establish SSL connection. ```  Why would I add...
Hmm. I will check... It was set a share privately.
okay I will work on this, thank you.
Sure, I'll look into that.
I've updated the git repository to include new rollup scripts associated with JSON5... There's a few things I'd like to check before publishing to NPM. Published 1.0.3 on NPM. ......
I don't know that the names and things are exported correctly for the new outputs... they kinda look right but I don't know.... if you can provide feedback it'd be...
Okay. I updated my one-shot test batch file to do this.. ``` mocha --require chai/register-expect --require ../lib/require.js %* ``` I added tests `test/1.09-require.js` and `test/1.09-require.mjs` ; the first works without...
found deprecation https://nodejs.org/api/all.html#DEP0039 ``` v6.12.0, v4.8.6 | A deprecation code has been assigned. ``` that was a long time ago... could wish they included 'and has been replaced with....'