Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
79 lines (79 loc) · 2.48 KB

File metadata and controls

79 lines (79 loc) · 2.48 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "typescript-language-server",
"version": "5.3.0",
"description": "Language Server Protocol (LSP) implementation for TypeScript using tsserver",
"author": "TypeFox and others",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/typescript-language-server/typescript-language-server.git"
},
"type": "module",
"engines": {
"node": ">=22.22.2"
},
"packageManager": "pnpm@11.9.0",
"files": [
"lib"
],
"bin": {
"typescript-language-server": "lib/cli.mjs"
},
"scripts": {
"dev": "rimraf lib && rollup --config rollup.config.ts --configPlugin \"typescript={sourceMap: false}\" --watch",
"build": "rimraf lib && rollup --config rollup.config.ts --configPlugin \"typescript={sourceMap: false}\"",
"clean": "rimraf lib *.tsbuildinfo",
"test": "cross-env CONSOLE_LOG_LEVEL=warning vitest --coverage",
"test:commit": "cross-env CONSOLE_LOG_LEVEL=warning vitest run",
"typecheck": "tsc",
"lint": "eslint --ext \".js,.ts\" src",
"fix": "eslint --ext \".js,.ts\" --fix src",
"size": "pnpm build && size-limit",
"postversion": "git push --follow-tags",
"prepare": "husky"
},
"eslintIgnore": [
"!.eslintrc.cjs"
],
"devDependencies": {
"@eslint/js": "^10.0.1",
"@rollup/plugin-commonjs": "^29.0.3",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-terser": "^1.0.0",
"@rollup/plugin-typescript": "^12.3.0",
"@size-limit/file": "^12.1.0",
"@stylistic/eslint-plugin": "^5.10.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.20.0",
"@types/semver": "^7.7.1",
"@types/which": "^3.0.4",
"@vitest/coverage-v8": "4.1.9",
"@vitest/eslint-plugin": "^1.6.20",
"commander": "^15.0.0",
"concurrently": "^10.0.3",
"cross-env": "^10.1.0",
"deepmerge": "^4.3.1",
"eslint": "^10.5.0",
"fs-extra": "^11.3.5",
"globals": "^17.7.0",
"husky": "^9.1.7",
"p-debounce": "^5.1.0",
"package-up": "^5.0.0",
"rimraf": "^6.1.3",
"rollup": "^4.62.2",
"semver": "^7.8.5",
"size-limit": "^12.1.0",
"source-map-support": "^0.5.21",
"tempy": "^3.2.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.62.0",
"vitest": "^4.1.9",
"vscode-jsonrpc": "^9.0.0",
"vscode-languageserver": "^10.0.1",
"vscode-languageserver-protocol": "^3.18.1",
"vscode-languageserver-textdocument": "1.0.12",
"vscode-uri": "^3.1.0",
"which": "^7.0.0",
"why-is-node-running": "^3.2.2"
}
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.