feat: init
This commit is contained in:
19
node_modules/vite-plugin-checker/dist/checkers/vls/main.d.ts
generated
vendored
Normal file
19
node_modules/vite-plugin-checker/dist/checkers/vls/main.d.ts
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
import { Checker } from '../../Checker.js';
|
||||
import { CreateDiagnostic } from '../../types.js';
|
||||
import 'vite';
|
||||
import '../../worker.js';
|
||||
import 'node:worker_threads';
|
||||
import 'eslint';
|
||||
import 'stylelint';
|
||||
import './initParams.js';
|
||||
import 'vscode-languageserver/node';
|
||||
import 'vscode-uri';
|
||||
|
||||
declare let createServeAndBuild: any;
|
||||
declare const createDiagnostic: CreateDiagnostic<'vls'>;
|
||||
declare class VlsChecker extends Checker<'vls'> {
|
||||
constructor();
|
||||
init(): void;
|
||||
}
|
||||
|
||||
export { VlsChecker, createDiagnostic, createServeAndBuild };
|
||||
Reference in New Issue
Block a user