summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/with_package_json/no_deno_json
AgeCommit message (Expand)Author
2024-02-10chore: move cli/tests/ -> tests/ (#22369)Matt Mastracci
2023-12-06chore: bump deno_core and update tests (#21467)Matt Mastracci
2023-06-09chore: fix flaky package_json_auto_discovered_for_local_script_arg (#19445)David Sherret
2023-04-30refactor: merge Deno & Node inspectors (#18691)Leo Kettmeir
2023-03-21chore(ext/console): inspect anonymous function as `[Function (anonymous)]` (#...Yoshiya Hinosawa
2023-02-24fix(npm): lazily install package.json dependencies only when necessary (#17931)David Sherret
2023-02-24fix(npm): package.json auto-discovery should respect `--no-config` and `--no-...David Sherret
2023-02-22fix(npm): resolve node_modules dir relative to package.json instead of cwd (#...David Sherret
2023-02-22feat: support bare specifier resolution with package.json (#17864)Bartek Iwańczuk
2023-02-20feat: auto-discover package.json for npm dependencies (#17272)Bartek Iwańczuk