1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-04 08:54:20 -05:00
denoland-deno/cli/tests/testdata/run/with_package_json/with_stop
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
..
some/nested feat: support bare specifier resolution with package.json (#17864) 2023-02-22 23:21:05 +01:00
main.out feat: support bare specifier resolution with package.json (#17864) 2023-02-22 23:21:05 +01:00
package.json feat: auto-discover package.json for npm dependencies (#17272) 2023-02-20 19:14:06 +01:00