deno/cli/tools
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
..
coverage refactor: rename deno specifiers to internal (#17655) 2023-02-05 17:49:20 +01:00
init chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
repl fix(npm): improve peer dependency resolution (#17835) 2023-02-21 12:03:48 -05:00
vendor refactor: use deno_graph for npm specifiers (#17858) 2023-02-22 14:15:25 -05:00
bench.rs refactor: use deno_graph for npm specifiers (#17858) 2023-02-22 14:15:25 -05:00
bundle.rs refactor: use deno_graph for npm specifiers (#17858) 2023-02-22 14:15:25 -05:00
check.rs refactor: use deno_graph for npm specifiers (#17858) 2023-02-22 14:15:25 -05:00
doc.rs refactor: deno_graph 0.43 upgrade (#17692) 2023-02-09 22:00:23 -05:00
fmt.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
info.rs feat: support bare specifier resolution with package.json (#17864) 2023-02-22 23:21:05 +01:00
installer.rs fix(npm): improve peer dependency resolution (#17835) 2023-02-21 12:03:48 -05:00
lint.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
mod.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
run.rs fix(npm): improve peer dependency resolution (#17835) 2023-02-21 12:03:48 -05:00
standalone.rs feat(install): follow redirects for urls with no path (#17449) 2023-02-10 10:11:11 -05:00
task.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
test.rs refactor: use deno_graph for npm specifiers (#17858) 2023-02-22 14:15:25 -05:00
upgrade.rs ref(cli): Add better error message when powershell is missing during upgrade (#17759) 2023-02-16 21:14:57 +02:00