summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/import_meta.importmap.json
AgeCommit message (Collapse)Author
2022-07-18feat: import.meta.resolve() (#15074)Bartek IwaƄczuk
This commit adds new "import.meta.resolve()" API which allows to resolve specifiers relative to the module the API is called in. This API supports resolving using import maps.