summaryrefslogtreecommitdiff
path: root/tests/specs/run/workspaces/explicit_import_map/main.out
AgeCommit message (Collapse)Author
2024-09-13chore: enable `specs::run::workspaces::explicit_import_map` test (#25611)Asher Gomez
Towards #25241
2024-07-11fix(workspace): allow using --import-map flag with workspace (#24527)Bartek IwaƄczuk
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.