summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/import_meta.ts
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.
2021-08-11chore: move test files to testdata directory (#11601)David Sherret