(spec: string, raw: string, kind: PluginKind, pkg: PluginPackage)
| 97 | } |
| 98 | |
| 99 | function resolvePackagePath(spec: string, raw: string, kind: PluginKind, pkg: PluginPackage) { |
| 100 | return pathToFileURL(resolvePackageFile(spec, raw, kind, pkg)).href |
| 101 | } |
| 102 | |
| 103 | function resolvePackageEntrypoint(spec: string, kind: PluginKind, pkg: PluginPackage) { |
| 104 | const exports = pkg.json.exports |
no test coverage detected