@preconstruct/cli
Advanced tools
Comparing version 2.6.4 to 2.7.0
@@ -20,3 +20,3 @@ export type DeclarationFile = { | ||
}>; | ||
export declare const getDeclarationsForFile: (filename: string, typescript: TS, program: import("typescript").Program, normalizedPkgDir: string, projectDir: string, diagnosticsHost: import("typescript").FormatDiagnosticsHost, transformers?: import("typescript").CustomTransformers) => Promise<EmittedDeclarationOutput>; | ||
export declare const getDeclarationsForFile: (filename: string, typescript: TS, program: import("typescript").Program, normalizedPkgDir: string, projectDir: string, diagnosticsHost: import("typescript").FormatDiagnosticsHost, visitModuleSpecifier?: (moduleSpecifier: string) => string) => Promise<EmittedDeclarationOutput>; | ||
export declare function overwriteDeclarationMapSourceRoot(content: string, actualSourceRoot: string): string; |
import { Package } from "./package"; | ||
export declare function fixPackage(pkg: Package): Promise<boolean>; | ||
export declare function validatePackage(pkg: Package): void; |
{ | ||
"name": "@preconstruct/cli", | ||
"version": "2.6.4", | ||
"version": "2.7.0", | ||
"description": "Dev and build your code painlessly in monorepos", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
275391
52
5645