Skip to content
This repository was archived by the owner on May 15, 2020. It is now read-only.
This repository was archived by the owner on May 15, 2020. It is now read-only.

typescript compiler doesn't work properly in execjs #1

@antage

Description

@antage

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions