Skip to content

Commit bde48f8

Browse files
authored
Merge pull request #61 from zardoy/develop
2 parents 52d73ff + afe38d9 commit bde48f8

14 files changed

+706
-477
lines changed

package.json

Lines changed: 36 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,31 @@
1111
"command": "enableStrictEmmetInJsx",
1212
"title": "Enable Strict Emmet in JSX",
1313
"category": "TS Essentials JSX"
14+
},
15+
{
16+
"command": "removeFunctionArgumentsTypesInSelection",
17+
"title": "Remove Function Arguments Types in Selection",
18+
"category": "TS Essentials"
19+
},
20+
{
21+
"command": "goToEndOfValue",
22+
"title": "Go to End of Special Value",
23+
"category": "TS Essentials (Experimental)"
24+
},
25+
{
26+
"command": "goToStartOfValue",
27+
"title": "Go to Start of Special Value",
28+
"category": "TS Essentials (Experimental)"
29+
},
30+
{
31+
"command": "selectSpecialValue",
32+
"title": "Select Special Value",
33+
"category": "TS Essentials (Experimental)"
34+
},
35+
{
36+
"command": "pickAndInsertFunctionArguments",
37+
"title": "Pick and Insert Function Arguments",
38+
"category": "TS Essentials"
1439
}
1540
],
1641
"typescriptServerPlugins": [
@@ -57,14 +82,19 @@
5782
"@types/node": "^16.11.21",
5883
"@types/vscode": "^1.63.1",
5984
"@zardoy/tsconfig": "^1.3.1",
60-
"esbuild": "^0.14.38",
85+
"esbuild": "^0.15.15",
6186
"fs-extra": "^10.1.0",
6287
"type-fest": "^2.13.1",
6388
"typed-jsonfile": "^0.2.1",
64-
"typescript": "^4.8.3",
65-
"vitest": "^0.15.1",
89+
"typescript": "^4.9.3",
90+
"vitest": "^0.25.3",
6691
"vscode-manifest": "^0.0.4"
6792
},
93+
"pnpm": {
94+
"overrides": {
95+
"esbuild": "^0.15.15"
96+
}
97+
},
6898
"dependencies": {
6999
"@types/chai": "^4.3.3",
70100
"@types/glob": "^8.0.0",
@@ -74,7 +104,7 @@
74104
"@vscode/emmet-helper": "^2.8.4",
75105
"@vscode/test-electron": "^2.1.5",
76106
"@zardoy/utils": "^0.0.9",
77-
"@zardoy/vscode-utils": "^0.0.45",
107+
"@zardoy/vscode-utils": "^0.0.47",
78108
"chai": "^4.3.6",
79109
"chokidar": "^3.5.3",
80110
"chokidar-cli": "^3.0.0",
@@ -92,7 +122,8 @@
92122
"rambda": "^7.2.1",
93123
"require-from-string": "^2.0.2",
94124
"string-dedent": "^3.0.1",
95-
"ts-expose-internals": "^4.8.4",
125+
"ts-expose-internals": "^4.9.3",
126+
"ts-simple-type": "^1.0.7",
96127
"unleashed-typescript": "^1.3.0",
97128
"vscode-framework": "^0.0.18",
98129
"vscode-uri": "^3.0.6"

patches/ts-expose-internals+4.8.4.patch renamed to patches/ts-expose-internals+4.9.3.patch

Lines changed: 115 additions & 114 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)