Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

util: upgrade ts-node for native ESM support #4211

Merged
merged 1 commit into from
Apr 3, 2022
Merged

util: upgrade ts-node for native ESM support #4211

merged 1 commit into from
Apr 3, 2022

Commits on Mar 25, 2022

  1. util: upgrade ts-node for native ESM support

    ts-node has native ESM support in [v10.7.0 version](https://github.com/TypeStrong/ts-node/releases/tag/v10.7.0),
    although according to the [related PR](TypeStrong/ts-node#1655) says,
    they are just spawn a child process that passed `--loader ts-node/esm`
    options to node itself.
    
    Also, upgrade `typescript` and `typescript-eslint` to the newer version.
    MaikoTan authored Mar 25, 2022
    Configuration menu
    Copy the full SHA
    12b56fd View commit details
    Browse the repository at this point in the history