You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
364 B
4 lines
364 B
import type * as embedded from '@volar/language-core';
|
|
import { VueCompilerOptions } from './types';
|
|
import type * as ts from 'typescript/lib/tsserverlibrary';
|
|
export declare function createLanguageModules(ts: typeof import('typescript/lib/tsserverlibrary'), compilerOptions: ts.CompilerOptions, vueCompilerOptions: VueCompilerOptions): embedded.LanguageModule[];
|
|
|