coc-vscode-loader 1.0.3 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,19 @@
1
+ {
2
+ "name": "converter",
3
+ "version": "0.1.0",
4
+ "private": true,
5
+ "description": "vscode → coc.nvim converter prototype",
6
+ "type": "module",
7
+ "scripts": {
8
+ "convert": "tsx src/cli.ts"
9
+ },
10
+ "dependencies": {
11
+ "ts-morph": "^25.0.0",
12
+ "commander": "^13.0.0"
13
+ },
14
+ "devDependencies": {
15
+ "@types/node": "^22.0.0",
16
+ "tsx": "^4.19.0",
17
+ "typescript": "^5.8.0"
18
+ }
19
+ }
@@ -0,0 +1,523 @@
1
+ lockfileVersion: '9.0'
2
+
3
+ settings:
4
+ autoInstallPeers: true
5
+ excludeLinksFromLockfile: false
6
+
7
+ importers:
8
+
9
+ .:
10
+ dependencies:
11
+ commander:
12
+ specifier: ^13.0.0
13
+ version: 13.1.0
14
+ ts-morph:
15
+ specifier: ^25.0.0
16
+ version: 25.0.1
17
+ devDependencies:
18
+ '@types/node':
19
+ specifier: ^22.0.0
20
+ version: 22.19.21
21
+ tsx:
22
+ specifier: ^4.19.0
23
+ version: 4.22.4
24
+ typescript:
25
+ specifier: ^5.8.0
26
+ version: 5.9.3
27
+
28
+ packages:
29
+
30
+ '@esbuild/aix-ppc64@0.28.1':
31
+ resolution: {integrity: sha512-Svl7tq8k/08+p6CXPpRjQ1fKX+1odH/BQbb48fV6fj3CWHhsoIOoY87w1oHXm0qEpkIK3ZfVgp0hed3XBXzXMQ==}
32
+ engines: {node: '>=18'}
33
+ cpu: [ppc64]
34
+ os: [aix]
35
+
36
+ '@esbuild/android-arm64@0.28.1':
37
+ resolution: {integrity: sha512-34EGEbCIAgosYz6goLcopX6Mo7NyGv9tfwEM2/7Ce2VcVRk568iSvniGWcUXIy7wEDR1wzolcxcriFVrWYcwBg==}
38
+ engines: {node: '>=18'}
39
+ cpu: [arm64]
40
+ os: [android]
41
+
42
+ '@esbuild/android-arm@0.28.1':
43
+ resolution: {integrity: sha512-0k2F129Xdio1TdJfzJ8sy1Q47vUD2NnwdhiAf7drUN1EBTfPf4hsFCtmMgu/6m8JSzsBrlmVjudMBQqOfG8usQ==}
44
+ engines: {node: '>=18'}
45
+ cpu: [arm]
46
+ os: [android]
47
+
48
+ '@esbuild/android-x64@0.28.1':
49
+ resolution: {integrity: sha512-dbwY7ltSMDWsRatcRpCnES4F+im88OCUgGZjy52shC7GqHRE/cYlxNbB4Z4UpJswpcc4Qxd2oE/ufM0p61IKng==}
50
+ engines: {node: '>=18'}
51
+ cpu: [x64]
52
+ os: [android]
53
+
54
+ '@esbuild/darwin-arm64@0.28.1':
55
+ resolution: {integrity: sha512-TZbWkQY7kvTAXbXUT7uVACR5cMHsDiSz9z7ZKAX/RTq/WJEk3QyRr0wZpNhBDX+/0CtdqUIJlOiodQcta6tY3Q==}
56
+ engines: {node: '>=18'}
57
+ cpu: [arm64]
58
+ os: [darwin]
59
+
60
+ '@esbuild/darwin-x64@0.28.1':
61
+ resolution: {integrity: sha512-zfdzgK9ACBNZLI/CyHTOx81SyNbM6YXn7rxSgX97VjyiPl9W1i4Ka4fgKECEoFCKGpvBj5qArWIGgQjOwkgskQ==}
62
+ engines: {node: '>=18'}
63
+ cpu: [x64]
64
+ os: [darwin]
65
+
66
+ '@esbuild/freebsd-arm64@0.28.1':
67
+ resolution: {integrity: sha512-wG2EA8ENdEI0qhkSZMjfqrdY+ziCYCPMmtZjjIwOmXFjmyzEHn+UUxk5of+SYsjtfs3VpnlC7QLzSI5hY/rOAw==}
68
+ engines: {node: '>=18'}
69
+ cpu: [arm64]
70
+ os: [freebsd]
71
+
72
+ '@esbuild/freebsd-x64@0.28.1':
73
+ resolution: {integrity: sha512-i7dZ9vQgnvSCzi/rYCXNgtF/U+eKZNJBzu3eTQbRgHnM7tNSizLOkRFAl3qzVc/Op/u5YkHHa4pf/3DOYHthLQ==}
74
+ engines: {node: '>=18'}
75
+ cpu: [x64]
76
+ os: [freebsd]
77
+
78
+ '@esbuild/linux-arm64@0.28.1':
79
+ resolution: {integrity: sha512-yHs+0uc8+nvEAfAfxrWQKK5peSNzBc4PegcMO0EJ2hT71uA7vB8Ihg2e77R2P7SG5uYjPbHlLLmve4LLLRCf0g==}
80
+ engines: {node: '>=18'}
81
+ cpu: [arm64]
82
+ os: [linux]
83
+
84
+ '@esbuild/linux-arm@0.28.1':
85
+ resolution: {integrity: sha512-qVXBOHQS+d5Y722GwJzJUtOLlX7km3CraOaGormF1pDtPd2C/l1SHRPgjLunLGe51Sh5YYWKMFDyV4SxgMQYTQ==}
86
+ engines: {node: '>=18'}
87
+ cpu: [arm]
88
+ os: [linux]
89
+
90
+ '@esbuild/linux-ia32@0.28.1':
91
+ resolution: {integrity: sha512-d1z4ZuP0ajrfz/FhGT4vv278rX8KnPPJx8i5+AtK7TYbx9Le9F1hyzurZpkEyjkGa9dUGhQow4C1NmeGvqxN2w==}
92
+ engines: {node: '>=18'}
93
+ cpu: [ia32]
94
+ os: [linux]
95
+
96
+ '@esbuild/linux-loong64@0.28.1':
97
+ resolution: {integrity: sha512-M5sRjUVZrkm1OAPR3dlOYzNmN+loZKGVi1VUQGrwuqLcbR6qeAz+famMhjASeH3YVKvZz+zT1jlh/keC3Rj/lg==}
98
+ engines: {node: '>=18'}
99
+ cpu: [loong64]
100
+ os: [linux]
101
+
102
+ '@esbuild/linux-mips64el@0.28.1':
103
+ resolution: {integrity: sha512-mRObBZeHh2OxcBFPWE/FjylkRgZdYuiTR3vaTozquCGOH14iP9oN4x4Ge81CoIDYQrXmIxpFumJBu5MtZpnQJQ==}
104
+ engines: {node: '>=18'}
105
+ cpu: [mips64el]
106
+ os: [linux]
107
+
108
+ '@esbuild/linux-ppc64@0.28.1':
109
+ resolution: {integrity: sha512-slScBsMAb3GFDcdrCgLwZtPYRoH2H/youv10QiZyRjmsP48fznoveWytSgCI/R0ZcUgpc0ZhIUEx6LHts8yrfQ==}
110
+ engines: {node: '>=18'}
111
+ cpu: [ppc64]
112
+ os: [linux]
113
+
114
+ '@esbuild/linux-riscv64@0.28.1':
115
+ resolution: {integrity: sha512-kw0owk1o0GFETUJyW0jc0G4Yzs0BHZn0JDZ8JRT088vjJYX777BAs1fDGxAC+q831qOs2DTC96mNsG2opdfyyQ==}
116
+ engines: {node: '>=18'}
117
+ cpu: [riscv64]
118
+ os: [linux]
119
+
120
+ '@esbuild/linux-s390x@0.28.1':
121
+ resolution: {integrity: sha512-/lAIjX8aYFRByhh6L5rYtPEDRqa9de/4V/juOXcta5frjvzXO4/sqEtyytse0g3zZFuWu5cDN0MkLz2qRDD2Ag==}
122
+ engines: {node: '>=18'}
123
+ cpu: [s390x]
124
+ os: [linux]
125
+
126
+ '@esbuild/linux-x64@0.28.1':
127
+ resolution: {integrity: sha512-u/anNYF2mmVOEDwLtnQ1wOr3EZ9sTNGLWrsYGYwHWzGA3Si84IOkHXlbWTD1NB+9/1lcnweYKO54uhxZydNzfA==}
128
+ engines: {node: '>=18'}
129
+ cpu: [x64]
130
+ os: [linux]
131
+
132
+ '@esbuild/netbsd-arm64@0.28.1':
133
+ resolution: {integrity: sha512-oks0DYbLwWMmaakTsCb+zL4E+aHRVLom9IJZOAthMQEPiQmydXHkziYEsGYRx0uNV/IjEKGAV941JzH02pflqw==}
134
+ engines: {node: '>=18'}
135
+ cpu: [arm64]
136
+ os: [netbsd]
137
+
138
+ '@esbuild/netbsd-x64@0.28.1':
139
+ resolution: {integrity: sha512-aeL6lAnN89Hz43Mlh1G8ARasbuoYvSITDEx0tHh5b7jJnHcssqgjy9Yx430GDpmCa6OyrKoS0aNRjKundRizGg==}
140
+ engines: {node: '>=18'}
141
+ cpu: [x64]
142
+ os: [netbsd]
143
+
144
+ '@esbuild/openbsd-arm64@0.28.1':
145
+ resolution: {integrity: sha512-MEFJe5C3R8pwXdZ5Y21oo6m7ePiS0d9pWucn99O/wvyJZChoIQKrQDxKrGeW8F5+T0okTHesAmDeiHDTIq0V/Q==}
146
+ engines: {node: '>=18'}
147
+ cpu: [arm64]
148
+ os: [openbsd]
149
+
150
+ '@esbuild/openbsd-x64@0.28.1':
151
+ resolution: {integrity: sha512-i/ZLIOafE0Z8cI/XANJAixoJL/uRAoS2xOA3rb0xN+KK0K177cMAsQYkzHtBrtMXAKuAc7HGgcWiZ/sRC1Nxgw==}
152
+ engines: {node: '>=18'}
153
+ cpu: [x64]
154
+ os: [openbsd]
155
+
156
+ '@esbuild/openharmony-arm64@0.28.1':
157
+ resolution: {integrity: sha512-ge+Z7EXFNt2BO1oAMsVpiQ8EwndV9i1xXerAeTIK7AtPs3bKFXQM7nlRxDSIUIMeueR1CNXxqztLzdNeReKBJg==}
158
+ engines: {node: '>=18'}
159
+ cpu: [arm64]
160
+ os: [openharmony]
161
+
162
+ '@esbuild/sunos-x64@0.28.1':
163
+ resolution: {integrity: sha512-BEjgtECkL3vY+SaSQ6nzVfiALUeFxpawyp8Jmf5PtYhf1Ug40N1h/hxlhts+f1FvSvarEigdxS3BlSMI2PJLcQ==}
164
+ engines: {node: '>=18'}
165
+ cpu: [x64]
166
+ os: [sunos]
167
+
168
+ '@esbuild/win32-arm64@0.28.1':
169
+ resolution: {integrity: sha512-lCv9eK/H6ZJWbE7bh2nw54CZ9M2nupBxJcTsdk/QQnWkdSjKGuxmmH8/GWrlT1eMmZfn4dGcCjRte397WqfQXA==}
170
+ engines: {node: '>=18'}
171
+ cpu: [arm64]
172
+ os: [win32]
173
+
174
+ '@esbuild/win32-ia32@0.28.1':
175
+ resolution: {integrity: sha512-zvb/mB2bSCoJOpoCBgYKKpX6YM6mJBlBUVUtVj41DlZJVEB6/0CKlRYxP5wWl1C1ILiCoAU5wZZ4q1P3qeS6Eg==}
176
+ engines: {node: '>=18'}
177
+ cpu: [ia32]
178
+ os: [win32]
179
+
180
+ '@esbuild/win32-x64@0.28.1':
181
+ resolution: {integrity: sha512-bm4Mowrv+GXMlpWX++EcXw/iLyd1o3+bJkC2DkWXYVvgZCqD/bSj9ctZeAMC3cIxgjRVR2Dufaiu4YPxr5gW1A==}
182
+ engines: {node: '>=18'}
183
+ cpu: [x64]
184
+ os: [win32]
185
+
186
+ '@nodelib/fs.scandir@2.1.5':
187
+ resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
188
+ engines: {node: '>= 8'}
189
+
190
+ '@nodelib/fs.stat@2.0.5':
191
+ resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==}
192
+ engines: {node: '>= 8'}
193
+
194
+ '@nodelib/fs.walk@1.2.8':
195
+ resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
196
+ engines: {node: '>= 8'}
197
+
198
+ '@ts-morph/common@0.26.1':
199
+ resolution: {integrity: sha512-Sn28TGl/4cFpcM+jwsH1wLncYq3FtN/BIpem+HOygfBWPT5pAeS5dB4VFVzV8FbnOKHpDLZmvAl4AjPEev5idA==}
200
+
201
+ '@types/node@22.19.21':
202
+ resolution: {integrity: sha512-VMeFBSCKQKmm2swI2kW51SFusDqekC6q9trBCvJ/JliDchFSuoYYKN7yVNjPthP1HKZcx3U1gI/wTcEBjEFKTA==}
203
+
204
+ balanced-match@1.0.2:
205
+ resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
206
+
207
+ brace-expansion@2.1.1:
208
+ resolution: {integrity: sha512-WR1cURNjuvBLMZBMbqM0UoE+WAfdUcEV1ccD8PVBVOI+Z3ND4+SZbN8RsfT2bMuG1qwz5RFvPukSZm5fF2D5eA==}
209
+
210
+ braces@3.0.3:
211
+ resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
212
+ engines: {node: '>=8'}
213
+
214
+ code-block-writer@13.0.3:
215
+ resolution: {integrity: sha512-Oofo0pq3IKnsFtuHqSF7TqBfr71aeyZDVJ0HpmqB7FBM2qEigL0iPONSCZSO9pE9dZTAxANe5XHG9Uy0YMv8cg==}
216
+
217
+ commander@13.1.0:
218
+ resolution: {integrity: sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==}
219
+ engines: {node: '>=18'}
220
+
221
+ esbuild@0.28.1:
222
+ resolution: {integrity: sha512-HrJrvZv5ayxBzPfwphOoNzkzOIIlifzk0KJrGK2c8R4+LKpMtpYLQeUdjnwjWv/LZlkH2laZk+4w78pi99D4Vw==}
223
+ engines: {node: '>=18'}
224
+ hasBin: true
225
+
226
+ fast-glob@3.3.3:
227
+ resolution: {integrity: sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==}
228
+ engines: {node: '>=8.6.0'}
229
+
230
+ fastq@1.20.1:
231
+ resolution: {integrity: sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==}
232
+
233
+ fill-range@7.1.1:
234
+ resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
235
+ engines: {node: '>=8'}
236
+
237
+ fsevents@2.3.3:
238
+ resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
239
+ engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
240
+ os: [darwin]
241
+
242
+ glob-parent@5.1.2:
243
+ resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
244
+ engines: {node: '>= 6'}
245
+
246
+ is-extglob@2.1.1:
247
+ resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
248
+ engines: {node: '>=0.10.0'}
249
+
250
+ is-glob@4.0.3:
251
+ resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
252
+ engines: {node: '>=0.10.0'}
253
+
254
+ is-number@7.0.0:
255
+ resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
256
+ engines: {node: '>=0.12.0'}
257
+
258
+ merge2@1.4.1:
259
+ resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==}
260
+ engines: {node: '>= 8'}
261
+
262
+ micromatch@4.0.8:
263
+ resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==}
264
+ engines: {node: '>=8.6'}
265
+
266
+ minimatch@9.0.9:
267
+ resolution: {integrity: sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==}
268
+ engines: {node: '>=16 || 14 >=14.17'}
269
+
270
+ path-browserify@1.0.1:
271
+ resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==}
272
+
273
+ picomatch@2.3.2:
274
+ resolution: {integrity: sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==}
275
+ engines: {node: '>=8.6'}
276
+
277
+ queue-microtask@1.2.3:
278
+ resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
279
+
280
+ reusify@1.1.0:
281
+ resolution: {integrity: sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==}
282
+ engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
283
+
284
+ run-parallel@1.2.0:
285
+ resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
286
+
287
+ to-regex-range@5.0.1:
288
+ resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
289
+ engines: {node: '>=8.0'}
290
+
291
+ ts-morph@25.0.1:
292
+ resolution: {integrity: sha512-QJEiTdnz1YjrB3JFhd626gX4rKHDLSjSVMvGGG4v7ONc3RBwa0Eei98G9AT9uNFDMtV54JyuXsFeC+OH0n6bXQ==}
293
+
294
+ tsx@4.22.4:
295
+ resolution: {integrity: sha512-X8EX+XV4QR5xCsrgxaED954zTDfY8KqlDtskKEL0cHhyS/P8b4IFOvGDQpsC9Q1XnLq915wEfwwY/zzskCtmhg==}
296
+ engines: {node: '>=18.0.0'}
297
+ hasBin: true
298
+
299
+ typescript@5.9.3:
300
+ resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
301
+ engines: {node: '>=14.17'}
302
+ hasBin: true
303
+
304
+ undici-types@6.21.0:
305
+ resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==}
306
+
307
+ snapshots:
308
+
309
+ '@esbuild/aix-ppc64@0.28.1':
310
+ optional: true
311
+
312
+ '@esbuild/android-arm64@0.28.1':
313
+ optional: true
314
+
315
+ '@esbuild/android-arm@0.28.1':
316
+ optional: true
317
+
318
+ '@esbuild/android-x64@0.28.1':
319
+ optional: true
320
+
321
+ '@esbuild/darwin-arm64@0.28.1':
322
+ optional: true
323
+
324
+ '@esbuild/darwin-x64@0.28.1':
325
+ optional: true
326
+
327
+ '@esbuild/freebsd-arm64@0.28.1':
328
+ optional: true
329
+
330
+ '@esbuild/freebsd-x64@0.28.1':
331
+ optional: true
332
+
333
+ '@esbuild/linux-arm64@0.28.1':
334
+ optional: true
335
+
336
+ '@esbuild/linux-arm@0.28.1':
337
+ optional: true
338
+
339
+ '@esbuild/linux-ia32@0.28.1':
340
+ optional: true
341
+
342
+ '@esbuild/linux-loong64@0.28.1':
343
+ optional: true
344
+
345
+ '@esbuild/linux-mips64el@0.28.1':
346
+ optional: true
347
+
348
+ '@esbuild/linux-ppc64@0.28.1':
349
+ optional: true
350
+
351
+ '@esbuild/linux-riscv64@0.28.1':
352
+ optional: true
353
+
354
+ '@esbuild/linux-s390x@0.28.1':
355
+ optional: true
356
+
357
+ '@esbuild/linux-x64@0.28.1':
358
+ optional: true
359
+
360
+ '@esbuild/netbsd-arm64@0.28.1':
361
+ optional: true
362
+
363
+ '@esbuild/netbsd-x64@0.28.1':
364
+ optional: true
365
+
366
+ '@esbuild/openbsd-arm64@0.28.1':
367
+ optional: true
368
+
369
+ '@esbuild/openbsd-x64@0.28.1':
370
+ optional: true
371
+
372
+ '@esbuild/openharmony-arm64@0.28.1':
373
+ optional: true
374
+
375
+ '@esbuild/sunos-x64@0.28.1':
376
+ optional: true
377
+
378
+ '@esbuild/win32-arm64@0.28.1':
379
+ optional: true
380
+
381
+ '@esbuild/win32-ia32@0.28.1':
382
+ optional: true
383
+
384
+ '@esbuild/win32-x64@0.28.1':
385
+ optional: true
386
+
387
+ '@nodelib/fs.scandir@2.1.5':
388
+ dependencies:
389
+ '@nodelib/fs.stat': 2.0.5
390
+ run-parallel: 1.2.0
391
+
392
+ '@nodelib/fs.stat@2.0.5': {}
393
+
394
+ '@nodelib/fs.walk@1.2.8':
395
+ dependencies:
396
+ '@nodelib/fs.scandir': 2.1.5
397
+ fastq: 1.20.1
398
+
399
+ '@ts-morph/common@0.26.1':
400
+ dependencies:
401
+ fast-glob: 3.3.3
402
+ minimatch: 9.0.9
403
+ path-browserify: 1.0.1
404
+
405
+ '@types/node@22.19.21':
406
+ dependencies:
407
+ undici-types: 6.21.0
408
+
409
+ balanced-match@1.0.2: {}
410
+
411
+ brace-expansion@2.1.1:
412
+ dependencies:
413
+ balanced-match: 1.0.2
414
+
415
+ braces@3.0.3:
416
+ dependencies:
417
+ fill-range: 7.1.1
418
+
419
+ code-block-writer@13.0.3: {}
420
+
421
+ commander@13.1.0: {}
422
+
423
+ esbuild@0.28.1:
424
+ optionalDependencies:
425
+ '@esbuild/aix-ppc64': 0.28.1
426
+ '@esbuild/android-arm': 0.28.1
427
+ '@esbuild/android-arm64': 0.28.1
428
+ '@esbuild/android-x64': 0.28.1
429
+ '@esbuild/darwin-arm64': 0.28.1
430
+ '@esbuild/darwin-x64': 0.28.1
431
+ '@esbuild/freebsd-arm64': 0.28.1
432
+ '@esbuild/freebsd-x64': 0.28.1
433
+ '@esbuild/linux-arm': 0.28.1
434
+ '@esbuild/linux-arm64': 0.28.1
435
+ '@esbuild/linux-ia32': 0.28.1
436
+ '@esbuild/linux-loong64': 0.28.1
437
+ '@esbuild/linux-mips64el': 0.28.1
438
+ '@esbuild/linux-ppc64': 0.28.1
439
+ '@esbuild/linux-riscv64': 0.28.1
440
+ '@esbuild/linux-s390x': 0.28.1
441
+ '@esbuild/linux-x64': 0.28.1
442
+ '@esbuild/netbsd-arm64': 0.28.1
443
+ '@esbuild/netbsd-x64': 0.28.1
444
+ '@esbuild/openbsd-arm64': 0.28.1
445
+ '@esbuild/openbsd-x64': 0.28.1
446
+ '@esbuild/openharmony-arm64': 0.28.1
447
+ '@esbuild/sunos-x64': 0.28.1
448
+ '@esbuild/win32-arm64': 0.28.1
449
+ '@esbuild/win32-ia32': 0.28.1
450
+ '@esbuild/win32-x64': 0.28.1
451
+
452
+ fast-glob@3.3.3:
453
+ dependencies:
454
+ '@nodelib/fs.stat': 2.0.5
455
+ '@nodelib/fs.walk': 1.2.8
456
+ glob-parent: 5.1.2
457
+ merge2: 1.4.1
458
+ micromatch: 4.0.8
459
+
460
+ fastq@1.20.1:
461
+ dependencies:
462
+ reusify: 1.1.0
463
+
464
+ fill-range@7.1.1:
465
+ dependencies:
466
+ to-regex-range: 5.0.1
467
+
468
+ fsevents@2.3.3:
469
+ optional: true
470
+
471
+ glob-parent@5.1.2:
472
+ dependencies:
473
+ is-glob: 4.0.3
474
+
475
+ is-extglob@2.1.1: {}
476
+
477
+ is-glob@4.0.3:
478
+ dependencies:
479
+ is-extglob: 2.1.1
480
+
481
+ is-number@7.0.0: {}
482
+
483
+ merge2@1.4.1: {}
484
+
485
+ micromatch@4.0.8:
486
+ dependencies:
487
+ braces: 3.0.3
488
+ picomatch: 2.3.2
489
+
490
+ minimatch@9.0.9:
491
+ dependencies:
492
+ brace-expansion: 2.1.1
493
+
494
+ path-browserify@1.0.1: {}
495
+
496
+ picomatch@2.3.2: {}
497
+
498
+ queue-microtask@1.2.3: {}
499
+
500
+ reusify@1.1.0: {}
501
+
502
+ run-parallel@1.2.0:
503
+ dependencies:
504
+ queue-microtask: 1.2.3
505
+
506
+ to-regex-range@5.0.1:
507
+ dependencies:
508
+ is-number: 7.0.0
509
+
510
+ ts-morph@25.0.1:
511
+ dependencies:
512
+ '@ts-morph/common': 0.26.1
513
+ code-block-writer: 13.0.3
514
+
515
+ tsx@4.22.4:
516
+ dependencies:
517
+ esbuild: 0.28.1
518
+ optionalDependencies:
519
+ fsevents: 2.3.3
520
+
521
+ typescript@5.9.3: {}
522
+
523
+ undici-types@6.21.0: {}
package/lib/index.js CHANGED
@@ -259,10 +259,12 @@ function pluginDir(name) {
259
259
  }
260
260
  function converterCliPath() {
261
261
  const base = path3.resolve(__dirname, "..");
262
+ const cwd = process.cwd();
262
263
  const candidates = [
264
+ path3.join(base, "converter", "src", "cli.ts"),
263
265
  path3.join(base, "..", "converter", "src", "cli.ts"),
264
- path3.join(base, "..", "..", "converter", "src", "cli.ts"),
265
- path3.join(base, "..", "..", "..", "converter", "src", "cli.ts")
266
+ path3.join(cwd, "converter", "src", "cli.ts"),
267
+ path3.join(cwd, "..", "converter", "src", "cli.ts")
266
268
  ];
267
269
  for (const p of candidates) {
268
270
  if (fs3.existsSync(p)) return p;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coc-vscode-loader",
3
- "version": "1.0.3",
3
+ "version": "1.1.0",
4
4
  "description": "Run VS Code extensions seamlessly in coc.nvim",
5
5
  "main": "lib/index.js",
6
6
  "keywords": [
@@ -24,7 +24,8 @@
24
24
  "coc": ">= 0.0.80"
25
25
  },
26
26
  "scripts": {
27
- "build": "node esbuild.mjs",
27
+ "bundle-converter": "rm -rf converter && cp -r ../converter ./converter && cd converter && npm install --legacy-peer-deps",
28
+ "build": "npm run bundle-converter && node esbuild.mjs",
28
29
  "prepare": "node esbuild.mjs"
29
30
  },
30
31
  "devDependencies": {
@@ -34,6 +35,11 @@
34
35
  },
35
36
  "activationEvents": [
36
37
  "onCommand:loader.open",
38
+ "onCommand:loader.install",
39
+ "onCommand:loader.uninstall",
40
+ "onCommand:loader.update",
41
+ "onCommand:loader.uninstallAll",
42
+ "onCommand:loader.updateRegistry",
37
43
  "onCommand:loader._dispatch"
38
44
  ],
39
45
  "contributes": {