1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-23 07:44:48 -05:00
denoland-deno/cli/tests
Bartek Iwańczuk 1c14127c4f
feat: support bare specifier resolution with package.json (#17864)
This commit enables resolution of "bare specifiers" (eg. "import express
from 'express';") if a "package.json" file is discovered. 

It's a step towards being able to run projects authored for Node.js 
without any changes.

With this commit we are able to successfully run Vite projects without
any changes to the user code.

---------

Co-authored-by: David Sherret <dsherret@gmail.com>
2023-02-22 23:21:05 +01:00
..
integration feat: support bare specifier resolution with package.json (#17864) 2023-02-22 23:21:05 +01:00
node_compat fix(ext/node): fix node stream (#17874) 2023-02-22 23:30:58 +09:00
testdata feat: support bare specifier resolution with package.json (#17864) 2023-02-22 23:21:05 +01:00
unit feat(ext/ffi): Replace pointer integers with v8::External objects (#16889) 2023-02-22 19:32:38 +02:00
unit_node perf: use ops for node:crypto ciphers (#17819) 2023-02-20 22:22:28 +05:30
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00