1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00
denoland-deno/tests/node_compat/test/internet
David Sherret f091d1ad69
feat(node): stabilize detecting if CJS via "type": "commonjs" in a package.json (#26439)
This will respect `"type": "commonjs"` in a package.json to determine if
`.js`/`.jsx`/`.ts`/.tsx` files are CJS or ESM. If the file is found to
be ESM it will be loaded as ESM though.
2024-11-13 15:10:09 +00:00
..
test-dns-any.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
test-dns-idna2008.js chore: move tools/node_compat to tests/node_compat/runner (#23025) 2024-04-03 09:24:55 +11:00
test-dns-ipv4.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
test-dns-ipv6.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
test-dns-lookup.js chore: sync up Node.js test files for v20.11.1 (#24066) 2024-06-11 11:41:44 +00:00
test-dns-promises-resolve.js chore: move tools/node_compat to tests/node_compat/runner (#23025) 2024-04-03 09:24:55 +11:00
test-dns-regress-6244.js chore: move tools/node_compat to tests/node_compat/runner (#23025) 2024-04-03 09:24:55 +11:00
test-dns-setserver-in-callback-of-resolve4.js chore: move tools/node_compat to tests/node_compat/runner (#23025) 2024-04-03 09:24:55 +11:00
test-dns.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
test-http-https-default-ports.js chore: move tools/node_compat to tests/node_compat/runner (#23025) 2024-04-03 09:24:55 +11:00