GitXplorerGitXplorer
T

TestCoreJsInActiveScriptJsEngine

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.

No commits found

There are no commits on branch main.

README

The README file for this repository.

TestCoreJsInActiveScriptJsEngine

.NET console application for reproduce an error that occurs during execution of a polyfill based on the core-js library in the ChakraActiveScript mode of MSIE JavaScript Engine for .NET.

Prerequisites

  1. Windows 7 SP1 or higher with the jscript9.dll library installed in the System32 folder
  2. .NET Framework 4.6.2 or higher
  3. .NET SDK
  4. Git for Windows
  5. Node.js

Steps to reproduce the error

  • Clone a repository.
    • mkdir TemporaryProjects && cd TemporaryProjects
    • git clone https://github.com/Taritsyn/TestCoreJsInActiveScriptJsEngine
  • Build a JS polyfills.
    • cd TestCoreJsInActiveScriptJsEngine
    • build-js
  • Run a console application.
    • dotnet run -c Release
    • Select a first option