Jiri Spac

Results 172 issues of Jiri Spac

helps with package managers like jspm which rely on this to load the script

this regex: https://github.com/moshfeu/auto-npm-install/blob/eaf72d29b6e8dfb609bae79af4a5a97b20e121d7/src/import-checker-code-action.ts#L26 always just gives me `null`

wouldn't it make a little more sense to use npm.install: https://github.com/npm/npm/blob/master/doc/api/npm-install.md instead of spawning a new process?

When I install the extension I get this: ``` Activating extension 'vespa-dev-works.jestRunIt' failed: Cannot find module './jestDoItCodeLensProvider' Require stack: - /home/capaj/.vscode/extensions/vespa-dev-works.jestrunit-0.4.0/out/extension.js - /snap/code/48/usr/share/code/resources/app/out/vs/loader.js - /snap/code/48/usr/share/code/resources/app/out/bootstrap-amd.js - /snap/code/48/usr/share/code/resources/app/out/bootstrap-fork.js. ``` I am...

Which version of V8 do I need to run the examples?

https://github.com/tc39/Array.prototype.includes/

**Bug** - `babel-plugin-console` version: 0.2.1 - `node` version: 10 - `npm` (or `yarn`) version: 6 Relevant code or config I tried putting the `console.scope` anywhere What you did: I think...

while it seems nice to have this feature, I think it would be much cleaner to just user promises, the standard async value wrapper