@chialab/esbuild-plugin-meta-url
Advanced tools
Comparing version 0.15.39 to 0.15.40
import path from 'path'; | ||
import { isUrl, appendSearchParam } from '@chialab/node-resolve'; | ||
import { isUrl } from '@chialab/node-resolve'; | ||
import { parse, walk, getIdentifierValue, getBlock, getLocation, TokenType } from '@chialab/estransform'; | ||
@@ -214,3 +214,3 @@ import { useRna } from '@chialab/esbuild-rna'; | ||
} else { | ||
entryPoint = appendSearchParam(`./${path.relative(path.dirname(args.path), resolvedPath)}`, 'emit', isChunk ? 'chunk' : 'file'); | ||
entryPoint = `./${path.relative(path.dirname(args.path), resolvedPath)}`; | ||
} | ||
@@ -217,0 +217,0 @@ |
{ | ||
"name": "@chialab/esbuild-plugin-meta-url", | ||
"type": "module", | ||
"version": "0.15.39", | ||
"version": "0.15.40", | ||
"description": "A file loader plugin for esbuild for constructed URLs using import metadata.", | ||
@@ -22,6 +22,2 @@ "main": "lib/index.js", | ||
], | ||
"scripts": { | ||
"types": "rimraf './{types,*.tsbuildinfo}' && tsc -b", | ||
"prepack": "yarn types" | ||
}, | ||
"files": [ | ||
@@ -38,3 +34,3 @@ "lib", | ||
"dependencies": { | ||
"@chialab/esbuild-rna": "^0.15.38", | ||
"@chialab/esbuild-rna": "^0.15.39", | ||
"@chialab/estransform": "^0.15.28", | ||
@@ -45,5 +41,4 @@ "@chialab/node-resolve": "^0.15.28" | ||
"esbuild": "^0.14.8", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.3.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2
13899