Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-18 | feat: 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. |