first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
9
node_modules/@vue/language-core/out/languageModule.d.ts
generated
vendored
Normal file
9
node_modules/@vue/language-core/out/languageModule.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import type { Language } from '@volar/language-core';
|
||||
import { VueFile } from './sourceFile';
|
||||
import { VueCompilerOptions } from './types';
|
||||
import type * as ts from 'typescript/lib/tsserverlibrary';
|
||||
export declare function createVueLanguage(ts: typeof import('typescript/lib/tsserverlibrary'), compilerOptions?: ts.CompilerOptions, _vueCompilerOptions?: Partial<VueCompilerOptions>, codegenStack?: boolean): Language<VueFile>;
|
||||
/**
|
||||
* @deprecated planed to remove in 2.0, please use getOrCreateVueLanguage instead of
|
||||
*/
|
||||
export declare function createLanguages(compilerOptions?: ts.CompilerOptions, vueCompilerOptions?: Partial<VueCompilerOptions>, ts?: typeof import('typescript/lib/tsserverlibrary'), codegenStack?: boolean): Language[];
|
||||
Loading…
Add table
Add a link
Reference in a new issue