summaryrefslogtreecommitdiff
path: root/tests/specs/run/workspaces/basic/main.ts
AgeCommit message (Collapse)Author
2024-04-23fix(workspace): provide workspace members as 'imports' in import map (#23492)Bartek IwaƄczuk
This commit changes the workspace support to provide all workspace members to be available as imports based on their names and versions. Closes https://github.com/denoland/deno/issues/23343