1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-28 16:20:57 -05:00
denoland-deno/tests/specs/run/workspaces
Bartek Iwańczuk 4f15aada02
fix(workspace): allow using --import-map flag with workspace (#24527)
This is a temporary fix, which is not perfect - specifying
`--import-map`
will break resolution of packages defined in `workspace` setting, but
erroring on `--import-map` currently causes regression in code that
worked fine in v1.44.x.
2024-07-11 16:43:28 +00:00
..
basic feat: npm workspace and better Deno workspace support (#24334) 2024-07-04 00:54:33 +00:00
explicit_import_map fix(workspace): allow using --import-map flag with workspace (#24527) 2024-07-11 16:43:28 +00:00
member_outside_root_dir feat: npm workspace and better Deno workspace support (#24334) 2024-07-04 00:54:33 +00:00
members_are_imports feat: npm workspace and better Deno workspace support (#24334) 2024-07-04 00:54:33 +00:00
nested_member feat: npm workspace and better Deno workspace support (#24334) 2024-07-04 00:54:33 +00:00