You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2020. It is now read-only.
Typescript compiler (TypeScript.CodeResolver class for example) requires IO class (io.ts) that is defined for Node.js and JScript only. ExecJS hides all CommonJS functions for Node.js so we can't compile IO class for Node.js.
I propose to drop ExecJS and use Node.js directly to run compiler.