Taritsyn / JavaScriptEngineSwitcher

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 JavaScript engine.
Apache License 2.0
447 stars 49 forks source link

Add support for Jint 2.1 #6

Closed Daniel15 closed 10 years ago

Daniel15 commented 10 years ago

I've added support for the Jint JavaScript engine. This is an engine purely implemented in C# and hence should work on Mono too.

The latest release on NuGet has a few bugs which are only fixed in the latest Git version, which is what I've included in this pull request as a binary file.

Taritsyn commented 10 years ago

Thanks for idea, but pull request I can not accept, because I have the own vision of implementation of the JavaScriptEngineSwitcher.Jint module.

Taritsyn commented 10 years ago

Implemented in the JavaScript Engine Switcher v1.1.3.

Thanks again for idea of this module.