Skip to content

Commit

Permalink
gh-pages build: util: upgrade ts-node for native ESM support (#4211)
Browse files Browse the repository at this point in the history
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. 039a214
  • Loading branch information
github-actions committed Apr 3, 2022
1 parent e662c28 commit 6dbad11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/coverage/coverage.bundle.js

Large diffs are not rendered by default.

0 comments on commit 6dbad11

Please sign in to comment.