summaryrefslogtreecommitdiff
path: root/tests/testdata/publish/bare_node_builtins.out
AgeCommit message (Collapse)Author
2024-04-29chore: migrate bench, publish, and more itests to spec tests (#23584)David Sherret
2024-03-08fix(ext/node): Implement `isBuiltin` in `node:module` (#22817)Nathan Whitaker
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.
2024-02-27feat(publish): support sloppy imports and bare node built-ins (#22588)Luca Casonato