Changelog
v8.0.0 / 2022-12-30
devDependencies
] Update @types/node
, eslint
, husky
, lint-staged
, & tap
(@bjornstar)Changelog
v7.4.3 / 2022-04-17
loaders
] Pass on unsupported extension errors when format is not builtin
or commonjs
(@bjornstar)devDependencies
] Update most devDependencies to their latest versions (@bjornstar)dependencies
] Update minimist
, resolve
& semver
(@bjornstar)Changelog
v7.4.2 / 2022-03-29
Changelog
v7.4.1 / 2022-03-27
loaders
] Do not attempt to resolve urls unless they are file://
urls (@bjornstar)Changelog
v7.4.0 / 2022-03-26
--require
to invoke the wrapper (@kherock)loaders
] Use fileURLToPath
to ensure support on Windows (@kherock)wrap
] Suppress warnings about using experimental loaders (@kherock)tests
] Ensure tests pass even if warnings are emitted (@bjornstar)Changelog
v7.3.1 / 2022-03-24
--experimental-modules
for ESM module support on node <12.17 (@bjornstar)ipc.mjs
for get-source-loader.mjs
(@bjornstar)test
] Move extensions options tests into their own directory (@bjornstar)Changelog
v7.3.0 / 2022-03-22
--no-warnings
node option (@lehni)module
(@lehni)Changelog
v7.2.0 / 2022-03-04
--preserve-symlinks
node optiontap
to v15.1.6
eslint
to v8.10.0
Changelog
v7.1.0 / 2021-10-24
experimental-loader
to use new load
method from node v16.12.0
onwards@types/node
updated from v14.14.37
to v16.11.3
eslint
updated from v7.25.0
to v8.0.1
husky
updated from v6.0.0
to v7.0.4
lint-staged
updated from v10.5.4
to v11.2.3
ts-node
updated from v9.1.1
to v10.3.1
test/utils
] touchFile
can take a pathtest/typescript
] Use message.ts
instead of message.js
Changelog
v7.0.0 / 2021-05-04
minimist
from v1.1.3
to v1.2.5
test/spawn
] Split index
into multiple filestest/utils
] Replaced directory of files with a single module that contains two methods: spawn
and touchFile
test/utils/run
] Moved run
function directly into the run
fileeslint
from v7.23.0
to v7.25.0