js: no longer provide our own 'detect-libc' (#18138)

This commit is contained in:
Meghan Denny
2025-03-13 11:40:37 -08:00
committed by GitHub
parent b0b6c979ee
commit 3eec297282
9 changed files with 1 additions and 125 deletions

View File

@@ -5,7 +5,7 @@ import path from "path";
test("builtinModules exists", () => {
expect(Array.isArray(builtinModules)).toBe(true);
expect(builtinModules).toHaveLength(77);
expect(builtinModules).toHaveLength(76);
});
test("isBuiltin() works", () => {