JavaScriptEngineSwitcher icon indicating copy to clipboard operation
JavaScriptEngineSwitcher copied to clipboard

JavaScript Engine Switcher determines unified interface for access to the basic features of popular JavaScript engines. This library allows you to quickly and easily switch to using of another JavaScr...

Results 7 JavaScriptEngineSwitcher issues
Sort by recently updated
recently updated
newest added

I just hit an issue on a package that depended on this one with a collision in case-sensitivity on resource folders/copying. `ru-ru` is not technically the standard for ICU/ISO naming...

So the Node Engine implementation for javascript.Nodejs supports returning a stream from node to .net by setting the return type to Stream. However, JES has a validation helper that check...

Hi, I am using ReactJS.net (v5.2.5) with JavaScriptEngineSwitcher.ChakraCore (v3.7.1) in .netcore 3.1 on linux. My application terminates randomly with Segmentation fault. I don't know much about `gdb` but running basic...

Hi, I am using ReactJS.net (v5.2.5) with JavaScriptEngineSwitcher.ChakraCore (v3.7.1) in .netcore 3.1 and I am getting the following exception when there is an error in my script. ``` Fatal error....

Is it possible to get ChakraCore to work with ES6 modules? I'm attempting to use it with ReactJS.NET, and I can't find a way around this error: ``` ReactScriptLoadException: Error...

enhancement

Hi everyone, sorry but I'm not an expert in Javascript and even in C#. I just discovered JES I would like to ask if there anyway to use the library...

1: Related information: ChakraCoreJsEngine ver 3.24.1 Application. net 8 Server Ubuntu 22.4 2: Problems that arise The code is as follows: Var chakraCoreSet=new ChakraCoreSets { DisableEval=false, Enabling ExperimentalFeatures=true, DisableBackgroundWork=false };...