diff options
| author | Nathan Whitaker <17734409+nathanwhit@users.noreply.github.com> | 2024-03-08 18:06:04 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-08 18:06:04 -0800 |
| commit | 26cee4eb0d041786f1d70cb2d9f3a6b6d82bd93d (patch) | |
| tree | 2981cb52f726056bcfb71132f3814385ea5a8eb9 /tests/testdata/npm/compare_globals | |
| parent | 529f79505d5924ee461593840c9383c5d8f6ed65 (diff) | |
fix(ext/node): Implement `isBuiltin` in `node:module` (#22817)
Fixes #22502
Implements the
[`isBuiltin`](https://nodejs.org/api/module.html#moduleisbuiltinmodulename)
function in `node:module`. I had to update the version of `@types/node`
in the test registry in order to get the test I added to typecheck.
Diffstat (limited to 'tests/testdata/npm/compare_globals')
| -rw-r--r-- | tests/testdata/npm/compare_globals/main.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testdata/npm/compare_globals/main.out b/tests/testdata/npm/compare_globals/main.out index 0e366fae7..2c6a3d6e0 100644 --- a/tests/testdata/npm/compare_globals/main.out +++ b/tests/testdata/npm/compare_globals/main.out @@ -4,7 +4,7 @@ Download http://localhost:4545/npm/registry/@denotest/globals [UNORDERED_END] [UNORDERED_START] Download http://localhost:4545/npm/registry/@denotest/globals/1.0.0.tgz -Download http://localhost:4545/npm/registry/@types/node/node-18.8.2.tgz +Download http://localhost:4545/npm/registry/@types/node/node-18.16.19.tgz [UNORDERED_END] Check file:///[WILDCARD]/npm/compare_globals/main.ts true |
