some deletions
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / typescript-estree / dist / tsconfig-parser.d.ts
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/@typescript-eslint/typescript-estree/dist/tsconfig-parser.d.ts b/.config/coc/extensions/node_modules/coc-prettier/node_modules/@typescript-eslint/typescript-estree/dist/tsconfig-parser.d.ts
deleted file mode 100644 (file)
index 2e27c14..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-import * as ts from 'typescript';
-import { Extra } from './parser-options';
-/**
- * Default compiler options for program generation from single root file
- */
-export declare const defaultCompilerOptions: ts.CompilerOptions;
-/**
- * Clear all of the parser caches.
- * This should only be used in testing to ensure the parser is clean between tests.
- */
-export declare function clearCaches(): void;
-/**
- * Calculate project environments using options provided by consumer and paths from config
- * @param code The code being linted
- * @param filePath The path of the file being parsed
- * @param extra.tsconfigRootDir The root directory for relative tsconfig paths
- * @param extra.projects Provided tsconfig paths
- * @returns The programs corresponding to the supplied tsconfig paths
- */
-export declare function calculateProjectParserOptions(code: string, filePath: string, extra: Extra): ts.Program[];
-/**
- * Create program from single root file. Requires a single tsconfig to be specified.
- * @param code The code being linted
- * @param filePath The file being linted
- * @param extra.tsconfigRootDir The root directory for relative tsconfig paths
- * @param extra.projects Provided tsconfig paths
- * @returns The program containing just the file being linted and associated library files
- */
-export declare function createProgram(code: string, filePath: string, extra: Extra): ts.Program | undefined;
-//# sourceMappingURL=tsconfig-parser.d.ts.map
\ No newline at end of file