Jint.CommonJS icon indicating copy to clipboard operation
Jint.CommonJS copied to clipboard

A CommonJS implementation for Jint, the .NET Javascript engine.

Results 4 Jint.CommonJS issues
Sort by recently updated
recently updated
newest added

Hello, Thank you for providing this extension to Jint! > You are not able to load npm packages with Jint.CommonJS. Although the library loads modules in relatively the same format...

CSProj files have been updated to enable SourceLink in your nuget --- *[This pull request was created with an automated workflow]* I noticed that your repository and Nuget package are...

Writing a simple VSMac Jint/Jint.CommonJS console app, and I'm running into a MissingMethodException being tossed from this code: ``` var cjs = engine.CommonJS(); cjs.RegisterInternalModule("console", typeof(Console)); ``` This is with 3.0beta...

Hi, in [ModuleLoader.Tests.cs](https://github.com/tylerjwatson/Jint.CommonJS/blob/master/Jint.CommonJS.Tests/ModuleLoader.Tests.cs) the test methods _RunMainShouldLoadAnIndexFileOnDisk_ and _RunMainShouldLoadAnIndexFileOnDisk_ seem to cover the same behaviour. Just wanted to let you know in case this was not intended.