1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/tests/specs/workspaces
David Sherret 72f025c743
fix: remove recently added deno.json node_modules aliasing (#25542)
This was initially added in #25399 in order to make transitioning over
from package.json to deno.json more easy, but it causes some problems
that are shown in the issue and it also means that the output of `deno
install` would have different resolution than `npm install`. Overall, I
think it's too much complexity to be smarter about this and it's
probably best to not do it. If someone needs an aliased folder then they
should keep using a package.json

Closes #25538
2024-09-09 20:19:29 +00:00
..
auto_install_pkg_json_member_only fix: only enable byonm if workspace root has pkg json (#25379) 2024-09-03 09:18:37 +00:00
lockfile feat: improve lockfile v4 to store normalized version constraints and be more terse (#25247) 2024-08-28 14:17:47 -04:00
nested_deno_pkg_npm_conflict fix: remove recently added deno.json node_modules aliasing (#25542) 2024-09-09 20:19:29 +00:00
non_fatal_diagnostics refactor: move importMap with imports/scopes diagnostic to deno_config (#24553) 2024-07-12 12:48:53 -04:00
patch feat(unstable): ability to use a local copy of jsr packages (#25068) 2024-08-20 14:11:43 +00:00
vendor feat: npm workspace and better Deno workspace support (#24334) 2024-07-04 00:54:33 +00:00