!1 代码优化

Merge pull request !1 from chris/kylin-ide
This commit is contained in:
Mason 2023-12-07 09:55:28 +00:00 committed by Gitee
commit 2db9025dfd
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 0 additions and 713 deletions

View File

@ -7,7 +7,6 @@ import {
ServerOptions,
TransportKind
} from 'vscode-languageclient/node';
import { existsSync } from 'fs';
import { stat } from 'node:fs/promises';
import * as which from 'which';

709
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -152,14 +152,12 @@
"prod-server": "webpack --mode production --config webpack.config.server.js --devtool hidden-source-map"
},
"devDependencies": {
"@types/mocha": "^9.1.1",
"@types/node": "16.x",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"concurrently": "^7.5.0",
"eslint": "^8.20.0",
"js-yaml": "^4.1.0",
"mocha": "^10.0.0",
"ts-loader": "^9.4.1",
"typescript": "^4.8.4",
"webpack": "^5.74.0",

View File

@ -23,7 +23,6 @@ import * as builtinCmds from './builtin-cmds.json';
import { cmakeInfo } from './cmakeInfo';
import SyntaxErrorListener from './syntaxDiagnostics';
import { SymbolListener } from './docSymbols';
import { FormatListener } from './format';
import antlr4 from './parser/antlr4/index.js';
import CMakeLexer from './parser/CMakeLexer.js';
import CMakeParser from './parser/CMakeParser.js';