文件名称:Open source JavaScript engine for .NET written in C#.
文件大小:11.54MB
文件格式:ZIP
更新时间:2019-10-31 07:14:47
JavaScript
Open source ECMAScript 6.0 (ES2015) (JavaScript) engine. Licensed under BSD 3-Clause License. var context = new Context(); context.Eval(@"console.log( `It's JavaScript engine written in C#. This engine can perform js code on .NET 4 and 4.5, Universal Windows Platform and .NET Core`)");