chore: bump version
This commit is contained in:
2
dist/check_datapack.d.ts
vendored
2
dist/check_datapack.d.ts
vendored
@@ -19,7 +19,7 @@ export declare class CustomService extends core.Service {
|
||||
private getFileContent;
|
||||
private getLineAndColumn;
|
||||
private getErrorProperties;
|
||||
checkFile(path: string, lang: string): Promise<boolean>;
|
||||
checkFile(filePath: string, lang: string): Promise<boolean>;
|
||||
checkAllFiles(): Promise<boolean>;
|
||||
}
|
||||
export declare function checkDatapack(rootDir: string, version: string, reportAll: boolean, verbose: boolean): Promise<void>;
|
||||
|
Reference in New Issue
Block a user