@anatine/esbuild-decorators
Advanced tools
Comparing version 0.0.2 to 0.0.4
{ | ||
"name": "@anatine/esbuild-decorators", | ||
"version": "0.0.2", | ||
"description": "Esbuild plugin for Nx", | ||
"version": "0.0.4", | ||
"description": "Esbuild plugin for Nx to handle emitDecoratorMetadata", | ||
"repository": { | ||
@@ -20,3 +20,12 @@ "type": "git", | ||
"types": "index.d.ts", | ||
"author": "Brian McBride", | ||
"author": { | ||
"name": "Brian McBride", | ||
"url": "https://www.linkedin.com/in/brianmcbride" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Thomas Schaaf", | ||
"url": "https://github.com/thomaschaaf" | ||
} | ||
], | ||
"license": "MIT", | ||
@@ -26,5 +35,7 @@ "bugs": { | ||
}, | ||
"homepage": "https://github.com/anatine/esbuildnx", | ||
"homepage": "https://github.com/anatine/esbuildnx/packages/esbuild-decorators", | ||
"dependencies": { | ||
"strip-comments": "^2.0.1", | ||
"strip-comments": "^2.0.1" | ||
}, | ||
"peerDependencies": { | ||
"esbuild": "^0.9.3" | ||
@@ -31,0 +42,0 @@ }, |
export interface EsbuildPluginTscOptions { | ||
tsconfigPath?: string; | ||
tsconfig?: string; | ||
cwd?: string; | ||
@@ -4,0 +4,0 @@ force?: boolean; |
@@ -17,3 +17,3 @@ "use strict"; | ||
const cwd = options.cwd || process.cwd(); | ||
const tsconfigPath = (_a = options.tsconfigPath) !== null && _a !== void 0 ? _a : path_1.join(cwd, './tsconfig.json'); | ||
const tsconfigPath = (_a = options.tsconfig) !== null && _a !== void 0 ? _a : path_1.join(cwd, './tsconfig.json'); | ||
const forceTsc = (_b = options.force) !== null && _b !== void 0 ? _b : false; | ||
@@ -20,0 +20,0 @@ const tsx = (_c = options.tsx) !== null && _c !== void 0 ? _c : true; |
Sorry, the diff of this file is not supported yet
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
No website
QualityPackage does not have a website.
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
8103
2
- Removedesbuild@^0.9.3