feat: init
This commit is contained in:
17
node_modules/vite-plugin-checker/dist/checkers/oxlint/main.d.ts
generated
vendored
Normal file
17
node_modules/vite-plugin-checker/dist/checkers/oxlint/main.d.ts
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
import { ServeAndBuildChecker } from '../../types.js';
|
||||
import * as vite from 'vite';
|
||||
import { Checker } from '../../Checker.js';
|
||||
import 'node:worker_threads';
|
||||
import 'eslint';
|
||||
import 'stylelint';
|
||||
import '../vls/initParams.js';
|
||||
import 'vscode-languageserver/node';
|
||||
import 'vscode-uri';
|
||||
import '../../worker.js';
|
||||
|
||||
declare class OxlintChecker extends Checker<'oxlint'> {
|
||||
constructor();
|
||||
}
|
||||
declare const createServeAndBuild: ((config: any, env: vite.ConfigEnv) => ServeAndBuildChecker) | undefined;
|
||||
|
||||
export { OxlintChecker, createServeAndBuild };
|
||||
Reference in New Issue
Block a user