first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
16
node_modules/vue-tsc/out/index.d.ts
generated
vendored
Normal file
16
node_modules/vue-tsc/out/index.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
import type * as ts from 'typescript/lib/tsserverlibrary';
|
||||
import * as vue from '@vue/language-core';
|
||||
import * as vueTs from '@vue/typescript';
|
||||
export type Hook = (program: _Program) => void;
|
||||
export type _Program = ts.Program & {
|
||||
__vue: ProgramContext;
|
||||
};
|
||||
interface ProgramContext {
|
||||
projectVersion: number;
|
||||
options: ts.CreateProgramOptions;
|
||||
languageHost: vue.TypeScriptLanguageHost;
|
||||
vueCompilerOptions: Partial<vue.VueCompilerOptions>;
|
||||
languageService: ReturnType<typeof vueTs.createLanguageService>;
|
||||
}
|
||||
export declare function createProgram(options: ts.CreateProgramOptions): _Program;
|
||||
export {};
|
||||
Loading…
Add table
Add a link
Reference in a new issue