ChakraCore.NET icon indicating copy to clipboard operation
ChakraCore.NET copied to clipboard

A dotnet hosting library for chakra (javascript) engine

Results 17 ChakraCore.NET issues
Sort by recently updated
recently updated
newest added

Removes [tough-cookie](https://github.com/salesforce/tough-cookie). It's no longer used after updating ancestor dependency [vscode](https://github.com/Microsoft/vscode-extension-vscode). These dependencies need to be updated together. Removes `tough-cookie` Updates `vscode` from 1.1.14 to 1.1.37 Commits c871436 v1.1.37 e55dfe8...

dependencies
javascript

Removes [braces](https://github.com/micromatch/braces). It's no longer used after updating ancestor dependencies [braces](https://github.com/micromatch/braces), [gulp-symdest](https://github.com/joaomoreno/gulp-symdest) and [vinyl-fs](https://github.com/gulpjs/vinyl-fs). These dependencies need to be updated together. Removes `braces` Updates `gulp-symdest` from 1.1.0 to 1.3.0 Commits...

dependencies
javascript

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.3.0 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies
javascript

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies
javascript

Bumps [css-what](https://github.com/fb55/css-what) from 2.1.0 to 6.1.0. Release notes Sourced from css-what's releases. v6.1.0 feat: Support pseudo elements with data (#762) 3be227a https://github.com/fb55/css-what/compare/v6.0.1...v6.1.0 v6.0.1 Fix parsing column combinators after tag names...

dependencies
javascript

I am able to debug in VS Code for console application targeting .NET Core 2.1 (similar to the RunScript example project's) , but getting "connect ETIMEDOUT 127.0.0.1:3515", when running the...

I've seen that there is a VSCode adapter, but I don't understand how it works and if it works. VSCode apart, is there any ways to attach the old VS...

new Date() 返回的JsValue的类型是Object对象, 它如何跟C#中的DateTime相互转换呢?

Hi, When running any JS code that has promises in them like the following example, a `stack smashing detected` error is thrown and program crashes. ``` function asyncTask() { return...

I'm passing to JS a big c# object using RegisterProxyConverter. I've tried also to to use RegisterStructConverter, but the problem is always the same: the process is slow because, practically...