@ripple-ts/language-server 0.3.41 → 0.3.43
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.
- package/dist/language-server.js +9 -0
- package/dist/language-server.js.map +1 -0
- package/dist/package.json +1 -0
- package/dist/server.js +111 -0
- package/dist/server.js.map +1 -0
- package/dist/typescriptService-CVPtEiKA.js +21866 -0
- package/dist/typescriptService-CVPtEiKA.js.map +1 -0
- package/package.json +8 -5
- package/CHANGELOG.md +0 -513
- package/bin/language-server.js +0 -5
- package/src/autoInsertPlugin.js +0 -163
- package/src/compileErrorDiagnosticPlugin.js +0 -155
- package/src/completionPlugin.js +0 -508
- package/src/definitionPlugin.js +0 -208
- package/src/documentHighlightPlugin.js +0 -118
- package/src/hoverPlugin.js +0 -146
- package/src/server.js +0 -155
- package/src/typescriptDiagnosticPlugin.js +0 -139
- package/src/typescriptService.js +0 -49
- package/src/utils.js +0 -162
- package/tsconfig.json +0 -17
- package/tsconfig.typecheck.json +0 -7
- package/tsdown.config.js +0 -41
package/package.json
CHANGED
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ripple-ts/language-server",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.43",
|
|
4
4
|
"description": "Language Server Protocol implementation for Ripple",
|
|
5
5
|
"main": "dist/server.js",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bin": {
|
|
8
|
-
"ripple-language-server": "
|
|
8
|
+
"ripple-language-server": "./dist/language-server.js"
|
|
9
9
|
},
|
|
10
|
+
"files": [
|
|
11
|
+
"dist"
|
|
12
|
+
],
|
|
10
13
|
"author": "Dominic Gannaway",
|
|
11
14
|
"license": "MIT",
|
|
12
15
|
"repository": {
|
|
@@ -20,12 +23,12 @@
|
|
|
20
23
|
"volar-service-typescript": "0.0.70",
|
|
21
24
|
"vscode-languageserver-textdocument": "^1.0.12",
|
|
22
25
|
"vscode-uri": "^3.1.0",
|
|
23
|
-
"@tsrx/typescript-plugin": "0.3.
|
|
24
|
-
"@tsrx/core": "0.0.
|
|
26
|
+
"@tsrx/typescript-plugin": "0.3.43",
|
|
27
|
+
"@tsrx/core": "0.0.23"
|
|
25
28
|
},
|
|
26
29
|
"devDependencies": {
|
|
27
30
|
"tsdown": "^0.20.3",
|
|
28
|
-
"@tsrx/ripple": "0.0.
|
|
31
|
+
"@tsrx/ripple": "0.0.25"
|
|
29
32
|
},
|
|
30
33
|
"peerDependencies": {
|
|
31
34
|
"typescript": "^5.9.3"
|
package/CHANGELOG.md
DELETED
|
@@ -1,513 +0,0 @@
|
|
|
1
|
-
# @ripple-ts/language-server
|
|
2
|
-
|
|
3
|
-
## 0.3.41
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- Updated dependencies
|
|
8
|
-
[[`76fd362`](https://github.com/Ripple-TS/ripple/commit/76fd3622f3e6432787fadb1a96337541424b25aa)]:
|
|
9
|
-
- @tsrx/core@0.0.21
|
|
10
|
-
- @tsrx/typescript-plugin@0.3.41
|
|
11
|
-
|
|
12
|
-
## 0.3.40
|
|
13
|
-
|
|
14
|
-
### Patch Changes
|
|
15
|
-
|
|
16
|
-
- Updated dependencies
|
|
17
|
-
[[`31193f2`](https://github.com/Ripple-TS/ripple/commit/31193f23aa6b6b5b79cd858f57e8aca69cd44b6d),
|
|
18
|
-
[`31193f2`](https://github.com/Ripple-TS/ripple/commit/31193f23aa6b6b5b79cd858f57e8aca69cd44b6d)]:
|
|
19
|
-
- @tsrx/core@0.0.20
|
|
20
|
-
- @tsrx/typescript-plugin@0.3.40
|
|
21
|
-
|
|
22
|
-
## 0.3.39
|
|
23
|
-
|
|
24
|
-
### Patch Changes
|
|
25
|
-
|
|
26
|
-
- Updated dependencies
|
|
27
|
-
[[`7832be8`](https://github.com/Ripple-TS/ripple/commit/7832be8d1d2937e7f1005ab79e964329d42e0108),
|
|
28
|
-
[`7832be8`](https://github.com/Ripple-TS/ripple/commit/7832be8d1d2937e7f1005ab79e964329d42e0108),
|
|
29
|
-
[`7832be8`](https://github.com/Ripple-TS/ripple/commit/7832be8d1d2937e7f1005ab79e964329d42e0108)]:
|
|
30
|
-
- @tsrx/core@0.0.19
|
|
31
|
-
- @tsrx/typescript-plugin@0.3.39
|
|
32
|
-
|
|
33
|
-
## 0.3.38
|
|
34
|
-
|
|
35
|
-
### Patch Changes
|
|
36
|
-
|
|
37
|
-
- Updated dependencies
|
|
38
|
-
[[`088299c`](https://github.com/Ripple-TS/ripple/commit/088299ce94a6022c017ce2e56c7e1b59bd5973f7),
|
|
39
|
-
[`bce43be`](https://github.com/Ripple-TS/ripple/commit/bce43be304812ca04dd8d196e2439f28ea392237)]:
|
|
40
|
-
- @tsrx/core@0.0.18
|
|
41
|
-
- @tsrx/typescript-plugin@0.3.38
|
|
42
|
-
|
|
43
|
-
## 0.3.37
|
|
44
|
-
|
|
45
|
-
### Patch Changes
|
|
46
|
-
|
|
47
|
-
- Updated dependencies
|
|
48
|
-
[[`c631ab0`](https://github.com/Ripple-TS/ripple/commit/c631ab0076b7e2cb30f4998101b54c3a86e78c61)]:
|
|
49
|
-
- @tsrx/core@0.0.17
|
|
50
|
-
- @tsrx/typescript-plugin@0.3.37
|
|
51
|
-
|
|
52
|
-
## 0.3.36
|
|
53
|
-
|
|
54
|
-
### Patch Changes
|
|
55
|
-
|
|
56
|
-
- Updated dependencies
|
|
57
|
-
[[`f660969`](https://github.com/Ripple-TS/ripple/commit/f66096972bc8d2f03061e6018d03e40207761aaa)]:
|
|
58
|
-
- @tsrx/core@0.0.16
|
|
59
|
-
- @tsrx/typescript-plugin@0.3.36
|
|
60
|
-
|
|
61
|
-
## 0.3.35
|
|
62
|
-
|
|
63
|
-
### Patch Changes
|
|
64
|
-
|
|
65
|
-
- Updated dependencies
|
|
66
|
-
[[`0ad85f1`](https://github.com/Ripple-TS/ripple/commit/0ad85f1107ce9bddb72cee44b908a34c5264c0b5),
|
|
67
|
-
[`7684132`](https://github.com/Ripple-TS/ripple/commit/7684132ed71db6c550ecbe1c623975ddbed96be5)]:
|
|
68
|
-
- @tsrx/core@0.0.15
|
|
69
|
-
- @tsrx/typescript-plugin@0.3.35
|
|
70
|
-
|
|
71
|
-
## 0.3.34
|
|
72
|
-
|
|
73
|
-
### Patch Changes
|
|
74
|
-
|
|
75
|
-
- [#986](https://github.com/Ripple-TS/ripple/pull/986)
|
|
76
|
-
[`b8cd7c4`](https://github.com/Ripple-TS/ripple/commit/b8cd7c4195505976995033a8e369502996f345ad)
|
|
77
|
-
Thanks [@leonidaz](https://github.com/leonidaz)! - Improve lazy destructuring
|
|
78
|
-
editor support for TSX targets, including typed virtual params, hover display
|
|
79
|
-
rewrites, and loose-mode diagnostics for duplicate lazy parameter names.
|
|
80
|
-
|
|
81
|
-
- Updated dependencies
|
|
82
|
-
[[`383feed`](https://github.com/Ripple-TS/ripple/commit/383feed84b09541c0b58992c09816b5a15c2d2d8),
|
|
83
|
-
[`cf4f06e`](https://github.com/Ripple-TS/ripple/commit/cf4f06e8bcbb41f863d047dfaa6d9d17ed212163),
|
|
84
|
-
[`fcd25aa`](https://github.com/Ripple-TS/ripple/commit/fcd25aa549db0d56ccbd596b657b856a5061e20f),
|
|
85
|
-
[`30126c7`](https://github.com/Ripple-TS/ripple/commit/30126c753c3a08809bacd07c8cf2eca84e8f8cbb),
|
|
86
|
-
[`b8cd7c4`](https://github.com/Ripple-TS/ripple/commit/b8cd7c4195505976995033a8e369502996f345ad),
|
|
87
|
-
[`b8cd7c4`](https://github.com/Ripple-TS/ripple/commit/b8cd7c4195505976995033a8e369502996f345ad),
|
|
88
|
-
[`3ddb1a9`](https://github.com/Ripple-TS/ripple/commit/3ddb1a92ffeb48a7d47c445b929b982a2b96e123),
|
|
89
|
-
[`fee8620`](https://github.com/Ripple-TS/ripple/commit/fee8620fa4e82a7c7e4adb3e434e9db552a3e157),
|
|
90
|
-
[`2fcacb4`](https://github.com/Ripple-TS/ripple/commit/2fcacb471d7780074f92b20c9b394f7650a941bb),
|
|
91
|
-
[`8e2aa8e`](https://github.com/Ripple-TS/ripple/commit/8e2aa8e75678c9ebc9b72055f4da474c82a8e834)]:
|
|
92
|
-
- @tsrx/typescript-plugin@0.3.34
|
|
93
|
-
- @tsrx/core@0.0.14
|
|
94
|
-
|
|
95
|
-
## 0.3.33
|
|
96
|
-
|
|
97
|
-
### Patch Changes
|
|
98
|
-
|
|
99
|
-
- Updated dependencies
|
|
100
|
-
[[`a9f706d`](https://github.com/Ripple-TS/ripple/commit/a9f706d6626dc1a9e8505d9ea8f16989b2b024b3),
|
|
101
|
-
[`3e07109`](https://github.com/Ripple-TS/ripple/commit/3e071098508449158fa11f2ae48c912d4d673b68),
|
|
102
|
-
[`112cfd9`](https://github.com/Ripple-TS/ripple/commit/112cfd9fbfd4412efea543abc55deceb186cf351)]:
|
|
103
|
-
- @tsrx/core@0.0.13
|
|
104
|
-
- @tsrx/typescript-plugin@0.3.33
|
|
105
|
-
|
|
106
|
-
## 0.3.32
|
|
107
|
-
|
|
108
|
-
### Patch Changes
|
|
109
|
-
|
|
110
|
-
- Updated dependencies
|
|
111
|
-
[[`ea56fa0`](https://github.com/Ripple-TS/ripple/commit/ea56fa021798afe8621699d11b7e1d9e675cbfb4)]:
|
|
112
|
-
- @tsrx/core@0.0.12
|
|
113
|
-
- @tsrx/typescript-plugin@0.3.32
|
|
114
|
-
|
|
115
|
-
## 0.3.31
|
|
116
|
-
|
|
117
|
-
### Patch Changes
|
|
118
|
-
|
|
119
|
-
- Updated dependencies
|
|
120
|
-
[[`079617d`](https://github.com/Ripple-TS/ripple/commit/079617d639569e4cb2c79239011a6b892dbdbb45),
|
|
121
|
-
[`7529e1f`](https://github.com/Ripple-TS/ripple/commit/7529e1fe3f0870319bd3399501fd2eb43c516065)]:
|
|
122
|
-
- @tsrx/typescript-plugin@0.3.31
|
|
123
|
-
- @tsrx/core@0.0.11
|
|
124
|
-
|
|
125
|
-
## 0.3.30
|
|
126
|
-
|
|
127
|
-
### Patch Changes
|
|
128
|
-
|
|
129
|
-
- Updated dependencies
|
|
130
|
-
[[`7f59ed8`](https://github.com/Ripple-TS/ripple/commit/7f59ed80d7b44c847fb9eb8bf00d4fe9835c3136)]:
|
|
131
|
-
- @tsrx/core@0.0.10
|
|
132
|
-
- @tsrx/typescript-plugin@0.3.30
|
|
133
|
-
|
|
134
|
-
## 0.3.29
|
|
135
|
-
|
|
136
|
-
### Patch Changes
|
|
137
|
-
|
|
138
|
-
- Updated dependencies
|
|
139
|
-
[[`4543794`](https://github.com/Ripple-TS/ripple/commit/45437944a99decfb4bc56f7171772614a7f5691a),
|
|
140
|
-
[`4543794`](https://github.com/Ripple-TS/ripple/commit/45437944a99decfb4bc56f7171772614a7f5691a)]:
|
|
141
|
-
- @tsrx/core@0.0.9
|
|
142
|
-
- @tsrx/typescript-plugin@0.3.29
|
|
143
|
-
|
|
144
|
-
## 0.3.28
|
|
145
|
-
|
|
146
|
-
### Patch Changes
|
|
147
|
-
|
|
148
|
-
- Updated dependencies
|
|
149
|
-
[[`4292598`](https://github.com/Ripple-TS/ripple/commit/42925982e88f48f0af6cc74deeaa3c17bc6657cf),
|
|
150
|
-
[`e4b5555`](https://github.com/Ripple-TS/ripple/commit/e4b5555fb5b1651a2bf1bf232565c7e0e40213b8)]:
|
|
151
|
-
- @tsrx/core@0.0.8
|
|
152
|
-
- @tsrx/typescript-plugin@0.3.28
|
|
153
|
-
|
|
154
|
-
## 0.3.27
|
|
155
|
-
|
|
156
|
-
### Patch Changes
|
|
157
|
-
|
|
158
|
-
- Updated dependencies []:
|
|
159
|
-
- @tsrx/typescript-plugin@0.3.27
|
|
160
|
-
|
|
161
|
-
## 0.3.26
|
|
162
|
-
|
|
163
|
-
### Patch Changes
|
|
164
|
-
|
|
165
|
-
- [#916](https://github.com/Ripple-TS/ripple/pull/916)
|
|
166
|
-
[`5b01246`](https://github.com/Ripple-TS/ripple/commit/5b01246b8e1a3a3c7c9da294f3ebda8c73af3ee7)
|
|
167
|
-
Thanks [@trueadm](https://github.com/trueadm)! - Rename the TypeScript plugin
|
|
168
|
-
package to `@tsrx/typescript-plugin` and update local consumers, templates, and
|
|
169
|
-
playgrounds to use the new package name.
|
|
170
|
-
|
|
171
|
-
- [`68d80f8`](https://github.com/Ripple-TS/ripple/commit/68d80f8c7a6398692e00497b90cb3d0ba981aea3)
|
|
172
|
-
Thanks [@leonidaz](https://github.com/leonidaz)! - Correct package versions.
|
|
173
|
-
|
|
174
|
-
- Updated dependencies
|
|
175
|
-
[[`5b01246`](https://github.com/Ripple-TS/ripple/commit/5b01246b8e1a3a3c7c9da294f3ebda8c73af3ee7),
|
|
176
|
-
[`68d80f8`](https://github.com/Ripple-TS/ripple/commit/68d80f8c7a6398692e00497b90cb3d0ba981aea3),
|
|
177
|
-
[`fab49f7`](https://github.com/Ripple-TS/ripple/commit/fab49f7da8ec13c981f1c7b3102703d0c349fc1e)]:
|
|
178
|
-
- @tsrx/typescript-plugin@0.3.26
|
|
179
|
-
- @tsrx/core@0.0.7
|
|
180
|
-
|
|
181
|
-
## 1.0.1
|
|
182
|
-
|
|
183
|
-
### Patch Changes
|
|
184
|
-
|
|
185
|
-
- Updated dependencies []:
|
|
186
|
-
- @ripple-ts/typescript-plugin@1.0.1
|
|
187
|
-
|
|
188
|
-
## 1.0.0
|
|
189
|
-
|
|
190
|
-
### Patch Changes
|
|
191
|
-
|
|
192
|
-
- Updated dependencies
|
|
193
|
-
[[`e9da9cb`](https://github.com/Ripple-TS/ripple/commit/e9da9cbdd42c28f129ee643366c06f8779b8f931)]:
|
|
194
|
-
- @tsrx/core@0.0.6
|
|
195
|
-
- @ripple-ts/typescript-plugin@1.0.0
|
|
196
|
-
|
|
197
|
-
## 0.3.25
|
|
198
|
-
|
|
199
|
-
### Patch Changes
|
|
200
|
-
|
|
201
|
-
- Updated dependencies []:
|
|
202
|
-
- @ripple-ts/typescript-plugin@0.3.25
|
|
203
|
-
|
|
204
|
-
## 0.3.24
|
|
205
|
-
|
|
206
|
-
### Patch Changes
|
|
207
|
-
|
|
208
|
-
- Updated dependencies []:
|
|
209
|
-
- @ripple-ts/typescript-plugin@0.3.24
|
|
210
|
-
|
|
211
|
-
## 0.3.23
|
|
212
|
-
|
|
213
|
-
### Patch Changes
|
|
214
|
-
|
|
215
|
-
- Updated dependencies
|
|
216
|
-
[[`d027c6c`](https://github.com/Ripple-TS/ripple/commit/d027c6c84fd3ba7c577c52b9fdade77e7ff886e0)]:
|
|
217
|
-
- @tsrx/core@0.0.5
|
|
218
|
-
- @ripple-ts/typescript-plugin@0.3.23
|
|
219
|
-
|
|
220
|
-
## 0.3.22
|
|
221
|
-
|
|
222
|
-
### Patch Changes
|
|
223
|
-
|
|
224
|
-
- Updated dependencies []:
|
|
225
|
-
- @ripple-ts/typescript-plugin@0.3.22
|
|
226
|
-
|
|
227
|
-
## 0.3.21
|
|
228
|
-
|
|
229
|
-
### Patch Changes
|
|
230
|
-
|
|
231
|
-
- Updated dependencies []:
|
|
232
|
-
- @ripple-ts/typescript-plugin@0.3.21
|
|
233
|
-
|
|
234
|
-
## 0.3.20
|
|
235
|
-
|
|
236
|
-
### Patch Changes
|
|
237
|
-
|
|
238
|
-
- Updated dependencies []:
|
|
239
|
-
- @ripple-ts/typescript-plugin@0.3.20
|
|
240
|
-
|
|
241
|
-
## 0.3.19
|
|
242
|
-
|
|
243
|
-
### Patch Changes
|
|
244
|
-
|
|
245
|
-
- [#877](https://github.com/Ripple-TS/ripple/pull/877)
|
|
246
|
-
[`7610ef8`](https://github.com/Ripple-TS/ripple/commit/7610ef84847bb77cc83488a902ecb6f96594e113)
|
|
247
|
-
Thanks [@leonidaz](https://github.com/leonidaz)! - Convert the Ripple language
|
|
248
|
-
server, TypeScript plugin, and VS Code extension codebases from CommonJS source
|
|
249
|
-
files to ESM source files, while publishing built dist entrypoints instead of
|
|
250
|
-
source files.
|
|
251
|
-
|
|
252
|
-
This updates package metadata such as `type: module` and dist-based `main`
|
|
253
|
-
paths, replaces `require` and `module.exports` usage with `import` and `export`,
|
|
254
|
-
and adds tsdown bundling configs that emit CommonJS dist output plus a
|
|
255
|
-
dist/package.json that forces `type: commonjs`.
|
|
256
|
-
|
|
257
|
-
Development builds also include sourcemaps.
|
|
258
|
-
|
|
259
|
-
- Updated dependencies
|
|
260
|
-
[[`7610ef8`](https://github.com/Ripple-TS/ripple/commit/7610ef84847bb77cc83488a902ecb6f96594e113)]:
|
|
261
|
-
- @ripple-ts/typescript-plugin@0.3.19
|
|
262
|
-
|
|
263
|
-
## 0.3.18
|
|
264
|
-
|
|
265
|
-
### Patch Changes
|
|
266
|
-
|
|
267
|
-
- Updated dependencies []:
|
|
268
|
-
- @ripple-ts/typescript-plugin@0.3.18
|
|
269
|
-
|
|
270
|
-
## 0.3.17
|
|
271
|
-
|
|
272
|
-
### Patch Changes
|
|
273
|
-
|
|
274
|
-
- Updated dependencies []:
|
|
275
|
-
- @ripple-ts/typescript-plugin@0.3.17
|
|
276
|
-
|
|
277
|
-
## 0.3.16
|
|
278
|
-
|
|
279
|
-
### Patch Changes
|
|
280
|
-
|
|
281
|
-
- Updated dependencies []:
|
|
282
|
-
- @ripple-ts/typescript-plugin@0.3.16
|
|
283
|
-
|
|
284
|
-
## 0.3.15
|
|
285
|
-
|
|
286
|
-
### Patch Changes
|
|
287
|
-
|
|
288
|
-
- Updated dependencies []:
|
|
289
|
-
- @ripple-ts/typescript-plugin@0.3.15
|
|
290
|
-
|
|
291
|
-
## 0.3.14
|
|
292
|
-
|
|
293
|
-
### Patch Changes
|
|
294
|
-
|
|
295
|
-
- Updated dependencies []:
|
|
296
|
-
- @ripple-ts/typescript-plugin@0.3.14
|
|
297
|
-
|
|
298
|
-
## 0.3.13
|
|
299
|
-
|
|
300
|
-
### Patch Changes
|
|
301
|
-
|
|
302
|
-
- [#862](https://github.com/Ripple-TS/ripple/pull/862)
|
|
303
|
-
[`48af856`](https://github.com/Ripple-TS/ripple/commit/48af85678d5e1b32bb1c5e3fbb2fb07498bc88a3)
|
|
304
|
-
Thanks [@leonidaz](https://github.com/leonidaz)! - Add a release changeset for
|
|
305
|
-
the async tracking work introduced in commit
|
|
306
|
-
`4eb4d6851573d771d65f1e85b1b442ad3cdc53d2`.
|
|
307
|
-
|
|
308
|
-
This ships async tracking as a first-class feature in Ripple:
|
|
309
|
-
- remove and prohibit direct component-level `await`; async component flows now
|
|
310
|
-
require using `trackAsync()` (with `trackPending()` for pending state checks)
|
|
311
|
-
- add `trackAsync()` and `trackPending()` support so async values can be read
|
|
312
|
-
through Ripple's reactive runtime using tracked async values
|
|
313
|
-
- update compiler/runtime behavior for `try`/`catch`/`pending` boundaries so
|
|
314
|
-
async pending and error states can render and recover correctly in client and
|
|
315
|
-
SSR paths
|
|
316
|
-
- align `@ripple-ts/compat-react` async boundary behavior with the new Ripple
|
|
317
|
-
async tracking semantics
|
|
318
|
-
- update editor/tooling integration to match the new async syntax/runtime shape
|
|
319
|
-
|
|
320
|
-
- [`6e11177`](https://github.com/Ripple-TS/ripple/commit/6e111778cae4e7d9876e51e293520f0859eb5890)
|
|
321
|
-
Thanks [@trueadm](https://github.com/trueadm)! - Add `.rsrx` support across
|
|
322
|
-
Ripple tooling and rename the repository's tracked `.ripple` modules to `.rsrx`.
|
|
323
|
-
- Updated dependencies
|
|
324
|
-
[[`6e11177`](https://github.com/Ripple-TS/ripple/commit/6e111778cae4e7d9876e51e293520f0859eb5890)]:
|
|
325
|
-
- @ripple-ts/typescript-plugin@0.3.13
|
|
326
|
-
|
|
327
|
-
## 0.3.12
|
|
328
|
-
|
|
329
|
-
### Patch Changes
|
|
330
|
-
|
|
331
|
-
- [#859](https://github.com/Ripple-TS/ripple/pull/859)
|
|
332
|
-
[`cdd31ba`](https://github.com/Ripple-TS/ripple/commit/cdd31ba4c07ce504b01d56533e19a6ba37879f5a)
|
|
333
|
-
Thanks [@trueadm](https://github.com/trueadm)! - Add first-phase `.tsrx` support
|
|
334
|
-
across the core Ripple tooling so Vite, Rollup, TypeScript, the language server,
|
|
335
|
-
Prettier, ESLint, and editor integrations accept both `.ripple` and `.tsrx`
|
|
336
|
-
files.
|
|
337
|
-
|
|
338
|
-
- Updated dependencies
|
|
339
|
-
[[`cdd31ba`](https://github.com/Ripple-TS/ripple/commit/cdd31ba4c07ce504b01d56533e19a6ba37879f5a)]:
|
|
340
|
-
- @ripple-ts/typescript-plugin@0.3.12
|
|
341
|
-
|
|
342
|
-
## 0.3.11
|
|
343
|
-
|
|
344
|
-
### Patch Changes
|
|
345
|
-
|
|
346
|
-
- Updated dependencies []:
|
|
347
|
-
- @ripple-ts/typescript-plugin@0.3.11
|
|
348
|
-
|
|
349
|
-
## 0.3.10
|
|
350
|
-
|
|
351
|
-
### Patch Changes
|
|
352
|
-
|
|
353
|
-
- Updated dependencies []:
|
|
354
|
-
- @ripple-ts/typescript-plugin@0.3.10
|
|
355
|
-
|
|
356
|
-
## 0.3.9
|
|
357
|
-
|
|
358
|
-
### Patch Changes
|
|
359
|
-
|
|
360
|
-
- Updated dependencies []:
|
|
361
|
-
- @ripple-ts/typescript-plugin@0.3.9
|
|
362
|
-
|
|
363
|
-
## 0.3.8
|
|
364
|
-
|
|
365
|
-
### Patch Changes
|
|
366
|
-
|
|
367
|
-
- Updated dependencies []:
|
|
368
|
-
- @ripple-ts/typescript-plugin@0.3.8
|
|
369
|
-
|
|
370
|
-
## 0.3.7
|
|
371
|
-
|
|
372
|
-
### Patch Changes
|
|
373
|
-
|
|
374
|
-
- Updated dependencies []:
|
|
375
|
-
- @ripple-ts/typescript-plugin@0.3.7
|
|
376
|
-
|
|
377
|
-
## 0.3.6
|
|
378
|
-
|
|
379
|
-
### Patch Changes
|
|
380
|
-
|
|
381
|
-
- Updated dependencies []:
|
|
382
|
-
- @ripple-ts/typescript-plugin@0.3.6
|
|
383
|
-
|
|
384
|
-
## 0.3.5
|
|
385
|
-
|
|
386
|
-
### Patch Changes
|
|
387
|
-
|
|
388
|
-
- Updated dependencies []:
|
|
389
|
-
- @ripple-ts/typescript-plugin@0.3.5
|
|
390
|
-
|
|
391
|
-
## 0.3.4
|
|
392
|
-
|
|
393
|
-
### Patch Changes
|
|
394
|
-
|
|
395
|
-
- Updated dependencies []:
|
|
396
|
-
- @ripple-ts/typescript-plugin@0.3.4
|
|
397
|
-
|
|
398
|
-
## 0.3.3
|
|
399
|
-
|
|
400
|
-
### Patch Changes
|
|
401
|
-
|
|
402
|
-
- Updated dependencies []:
|
|
403
|
-
- @ripple-ts/typescript-plugin@0.3.3
|
|
404
|
-
|
|
405
|
-
## 0.3.2
|
|
406
|
-
|
|
407
|
-
### Patch Changes
|
|
408
|
-
|
|
409
|
-
- Updated dependencies []:
|
|
410
|
-
- @ripple-ts/typescript-plugin@0.3.2
|
|
411
|
-
|
|
412
|
-
## 0.3.1
|
|
413
|
-
|
|
414
|
-
### Patch Changes
|
|
415
|
-
|
|
416
|
-
- Updated dependencies []:
|
|
417
|
-
- @ripple-ts/typescript-plugin@0.3.1
|
|
418
|
-
|
|
419
|
-
## 0.3.0
|
|
420
|
-
|
|
421
|
-
### Minor Changes
|
|
422
|
-
|
|
423
|
-
- [#779](https://github.com/Ripple-TS/ripple/pull/779)
|
|
424
|
-
[`74a10cc`](https://github.com/Ripple-TS/ripple/commit/74a10cc5701962cd7c72b144d59b35ecb76263a3)
|
|
425
|
-
Thanks [@leonidaz](https://github.com/leonidaz)! - Introduces #ripple namespace
|
|
426
|
-
for creating ripple reactive entities without imports, such as array, object,
|
|
427
|
-
map, set, date, url, urlSearchParams, mediaQuery. Adds track, untrack,
|
|
428
|
-
trackSplit, effect, context, server, style to the namespace. Deprecates #[] and
|
|
429
|
-
#{} in favor of #ripple[] and #ripple{}. Renames types and actual reactive
|
|
430
|
-
imports for TrackedX entities, such as TrackedArray, TrackedObject, etc. into
|
|
431
|
-
RippleArray, RippleObjec, etc.
|
|
432
|
-
|
|
433
|
-
### Patch Changes
|
|
434
|
-
|
|
435
|
-
- Updated dependencies
|
|
436
|
-
[[`74a10cc`](https://github.com/Ripple-TS/ripple/commit/74a10cc5701962cd7c72b144d59b35ecb76263a3)]:
|
|
437
|
-
- @ripple-ts/typescript-plugin@0.3.0
|
|
438
|
-
|
|
439
|
-
## 0.2.216
|
|
440
|
-
|
|
441
|
-
### Patch Changes
|
|
442
|
-
|
|
443
|
-
- [#764](https://github.com/Ripple-TS/ripple/pull/764)
|
|
444
|
-
[`95ea864`](https://github.com/Ripple-TS/ripple/commit/95ea8645b2cb27e2610a4ace4c8fb238c92d441a)
|
|
445
|
-
Thanks [@leonidaz](https://github.com/leonidaz)! - Fixes syntax color
|
|
446
|
-
highlighting for `pending`
|
|
447
|
-
|
|
448
|
-
- Updated dependencies
|
|
449
|
-
[[`95ea864`](https://github.com/Ripple-TS/ripple/commit/95ea8645b2cb27e2610a4ace4c8fb238c92d441a)]:
|
|
450
|
-
- @ripple-ts/typescript-plugin@0.2.216
|
|
451
|
-
|
|
452
|
-
## 0.2.215
|
|
453
|
-
|
|
454
|
-
### Patch Changes
|
|
455
|
-
|
|
456
|
-
- Updated dependencies []:
|
|
457
|
-
- @ripple-ts/typescript-plugin@0.2.215
|
|
458
|
-
|
|
459
|
-
## 0.2.214
|
|
460
|
-
|
|
461
|
-
### Patch Changes
|
|
462
|
-
|
|
463
|
-
- Updated dependencies []:
|
|
464
|
-
- @ripple-ts/typescript-plugin@0.2.214
|
|
465
|
-
|
|
466
|
-
## 0.2.213
|
|
467
|
-
|
|
468
|
-
### Patch Changes
|
|
469
|
-
|
|
470
|
-
- [#717](https://github.com/Ripple-TS/ripple/pull/717)
|
|
471
|
-
[`6c1c21c`](https://github.com/Ripple-TS/ripple/commit/6c1c21ce8225ea7e9820be16626e68b5156c8f5e)
|
|
472
|
-
Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Fix
|
|
473
|
-
language server not recognizing changes to `.ts` files
|
|
474
|
-
|
|
475
|
-
The language server now watches TypeScript and JavaScript files for changes on
|
|
476
|
-
disk. Previously, modifications to `.ts` files imported by `.ripple` files would
|
|
477
|
-
not be picked up by the language server until it was restarted, causing stale
|
|
478
|
-
diagnostics. This was because the `workspace/didChangeWatchedFiles` connection
|
|
479
|
-
handler was never registered (it requires calling
|
|
480
|
-
`server.fileWatcher.watchFiles()`). The fix adds explicit file watcher
|
|
481
|
-
registration for all TypeScript/JavaScript file extensions in the server's
|
|
482
|
-
`onInitialized` callback.
|
|
483
|
-
|
|
484
|
-
- Updated dependencies []:
|
|
485
|
-
- @ripple-ts/typescript-plugin@0.2.213
|
|
486
|
-
|
|
487
|
-
## 0.2.212
|
|
488
|
-
|
|
489
|
-
### Patch Changes
|
|
490
|
-
|
|
491
|
-
- Updated dependencies []:
|
|
492
|
-
- @ripple-ts/typescript-plugin@0.2.212
|
|
493
|
-
|
|
494
|
-
## 0.2.211
|
|
495
|
-
|
|
496
|
-
### Patch Changes
|
|
497
|
-
|
|
498
|
-
- Updated dependencies []:
|
|
499
|
-
- @ripple-ts/typescript-plugin@0.2.211
|
|
500
|
-
|
|
501
|
-
## 0.2.210
|
|
502
|
-
|
|
503
|
-
### Patch Changes
|
|
504
|
-
|
|
505
|
-
- Updated dependencies []:
|
|
506
|
-
- @ripple-ts/typescript-plugin@0.2.210
|
|
507
|
-
|
|
508
|
-
## 0.2.209
|
|
509
|
-
|
|
510
|
-
### Patch Changes
|
|
511
|
-
|
|
512
|
-
- Updated dependencies []:
|
|
513
|
-
- @ripple-ts/typescript-plugin@0.2.209
|