@anatine/esbuild-decorators
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@anatine/esbuild-decorators", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Esbuild plugin for Nx to handle emitDecoratorMetadata", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -1,2 +0,2 @@ | ||
export interface EsbuildPluginTscOptions { | ||
export interface EsbuildDecoratorsOptions { | ||
tsconfig?: string; | ||
@@ -7,5 +7,5 @@ cwd?: string; | ||
} | ||
export declare const esbuildDecorators: (options?: EsbuildPluginTscOptions) => { | ||
export declare const esbuildDecorators: (options?: EsbuildDecoratorsOptions) => { | ||
name: string; | ||
setup(build: any): void; | ||
}; |
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
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
10489