1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/cli/tests
David Sherret fe58225036 fix(unstable): disable importing from the vendor directory (#20067)
Some people might get think they need to import from this directory,
which could cause confusion and duplicate dependencies. Additionally,
the `vendor` directory has special behaviour in the language server, so
importing from the folder will definitely cause confusion and issues
there.
2023-08-21 17:00:45 +05:30
..
integration fix(unstable): disable importing from the vendor directory (#20067) 2023-08-21 17:00:45 +05:30
node_compat fix(ext/node): allow for the reassignment of userInfo() on Windows (#20165) 2023-08-21 17:00:45 +05:30
testdata fix(npm): do not panic providing file url to require.resolve paths (#20182) 2023-08-21 17:00:45 +05:30
unit feat(ext/web): resourceForReadableStream (#20180) 2023-08-21 17:00:45 +05:30
unit_node feat(ext/web): resourceForReadableStream (#20180) 2023-08-21 17:00:45 +05:30
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00