1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/tests/specs/run/workspaces/explicit_import_map
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
..
__test__.jsonc fix(workspace): allow using --import-map flag with workspace (#24527) 2024-07-11 16:43:28 +00:00
import_map.json fix(workspace): allow using --import-map flag with workspace (#24527) 2024-07-11 16:43:28 +00:00
main.out fix(workspace): allow using --import-map flag with workspace (#24527) 2024-07-11 16:43:28 +00:00
main.ts fix(workspace): allow using --import-map flag with workspace (#24527) 2024-07-11 16:43:28 +00:00
package.json fix(workspace): allow using --import-map flag with workspace (#24527) 2024-07-11 16:43:28 +00:00