@anatine/esbuild-decorators
Advanced tools
Comparing version 0.2.18 to 0.2.19
{ | ||
"name": "@anatine/esbuild-decorators", | ||
"version": "0.2.18", | ||
"version": "0.2.19", | ||
"description": "Esbuild plugin for Nx to handle emitDecoratorMetadata", | ||
@@ -32,5 +32,5 @@ "repository": { | ||
"peerDependencies": { | ||
"esbuild": "~0.12.28" | ||
"esbuild": "~0.14.29" | ||
}, | ||
"typings": "./src/index.d.ts" | ||
} |
@@ -24,3 +24,3 @@ "use strict"; | ||
let parsedTsConfig = null; | ||
build.onLoad({ filter: tsx ? /\.tsx?$/ : /\.ts$/ }, (args) => (0, tslib_1.__awaiter)(this, void 0, void 0, function* () { | ||
build.onLoad({ filter: tsx ? /\.tsx?$/ : /\.ts$/ }, (args) => tslib_1.__awaiter(this, void 0, void 0, function* () { | ||
if (!parsedTsConfig) { | ||
@@ -27,0 +27,0 @@ parsedTsConfig = parseTsConfig(tsconfigPath, cwd); |
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
22302