Skip to content

Commit

Permalink
gh-pages build: util: upgrade ts-node for native ESM support (quisquo…
Browse files Browse the repository at this point in the history
…us#4211)

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 feac875 commit 399fdec
Show file tree
Hide file tree
Showing 8 changed files with 408 additions and 205 deletions.
6 changes: 2 additions & 4 deletions ui/common/oopsyraidsy_data.bundle.js

Large diffs are not rendered by default.

191 changes: 80 additions & 111 deletions ui/common/raidboss_data.bundle.js

Large diffs are not rendered by default.

84 changes: 63 additions & 21 deletions ui/config/config.bundle.js

Large diffs are not rendered by default.

154 changes: 132 additions & 22 deletions ui/jobs/jobs.bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions ui/jobs/jobs.css

Large diffs are not rendered by default.

84 changes: 63 additions & 21 deletions ui/raidboss/raidboss.bundle.js

Large diffs are not rendered by default.

84 changes: 63 additions & 21 deletions ui/raidboss/raidemulator.bundle.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions util/coverage/coverage.bundle.js

Large diffs are not rendered by default.

0 comments on commit 399fdec

Please sign in to comment.