angular-docs-cn/dev-infra/utils
Paul Gschwendtner 3e5fa56956 fix(dev-infra): ensure ts-node is registered with commonjs as module (#37217)
We recently added support for automatic registration of `ts-node`
when the dev-infra configuration is loaded.

In addition to registering ts-node, we should also ensure that the
`commonjs` module is set up. By default, `ts-node` would use ES module
imports that are not supported by default in NodeJS.

PR Close #37217
2020-05-21 10:35:23 -07:00
..
BUILD.bazel feat(dev-infra): create logging utils with support for defined logging levels (#37192) 2020-05-20 13:32:04 -07:00
config.ts fix(dev-infra): ensure ts-node is registered with commonjs as module (#37217) 2020-05-21 10:35:23 -07:00
console.ts feat(dev-infra): create logging utils with support for defined logging levels (#37192) 2020-05-20 13:32:04 -07:00
git.ts feat(dev-infra): create tool to determine conflicts created by a PR (#37051) 2020-05-15 11:29:35 -07:00
github.ts feat(dev-infra): create rebase-pr tool in ng-dev (#37055) 2020-05-18 16:18:32 -07:00
repo-files.ts feat(dev-infra): create format tool in @angular/dev-infra-private (#36726) 2020-04-24 12:32:18 -07:00
shelljs.ts feat(dev-infra): create tool to determine conflicts created by a PR (#37051) 2020-05-15 11:29:35 -07:00
ts-node.ts feat(dev-infra): register ts-node when reading configuration (#37196) 2020-05-19 15:21:57 -07:00