@chialab/esbuild-plugin-meta-url
Advanced tools
Comparing version 0.15.9 to 0.15.14
{ | ||
"name": "@chialab/esbuild-plugin-meta-url", | ||
"type": "module", | ||
"version": "0.15.9", | ||
"version": "0.15.14", | ||
"description": "A file loader plugin for esbuild for constructed URLs using import metadata.", | ||
@@ -37,4 +37,4 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@chialab/esbuild-rna": "^0.15.9", | ||
"@chialab/estransform": "^0.15.3", | ||
"@chialab/esbuild-rna": "^0.15.14", | ||
"@chialab/estransform": "^0.15.14", | ||
"@chialab/node-resolve": "^0.15.9" | ||
@@ -46,3 +46,3 @@ }, | ||
}, | ||
"gitHead": "82a3ed2b20166d5b96a4e65931aebdd48088a047" | ||
"gitHead": "a48a62a5bbec43f2cc45d260e8f5f4e2b2b52759" | ||
} |
@@ -5,3 +5,3 @@ /** | ||
*/ | ||
export function getMetaUrl(processor: import("sucrase/dist/TokenProcessor").default): string | undefined; | ||
export function getMetaUrl(processor: any): string | undefined; | ||
/** | ||
@@ -8,0 +8,0 @@ * @typedef {{ emit?: boolean }} PluginOptions |
10827