File tree 1 file changed +34
-8
lines changed
1 file changed +34
-8
lines changed Original file line number Diff line number Diff line change @@ -44,17 +44,17 @@ General table across all type parsing capabilities
44
44
<tr>
45
45
<td>
46
46
<note>
47
- <format style="bold" color="DarkSeaGreen">59/59 </format>
47
+ <format style="bold" color="DarkSeaGreen">60/60 </format>
48
48
</note>
49
49
</td>
50
50
<td>
51
51
<warning>
52
- <format style="bold" color="RosyBrown">42/59 </format>
52
+ <format style="bold" color="RosyBrown">42/60 </format>
53
53
</warning>
54
54
</td>
55
55
<td>
56
56
<warning>
57
- <format style="bold" color="RosyBrown">46/59 </format>
57
+ <format style="bold" color="RosyBrown">46/60 </format>
58
58
</warning>
59
59
</td>
60
60
</tr>
@@ -278,22 +278,48 @@ Below is a list of simple, logical and other common types.
278
278
<td><icon src="ok.svg"/></td>
279
279
<td><icon src="ok.svg"/></td>
280
280
</tr>
281
+ <tr>
282
+ <td colspan="4">
283
+ <a href="const-types.md" anchor="constant-masks">
284
+ Global constant mask types
285
+ </a>
286
+ <code-block lang="typescript">
287
+ JSON_*
288
+ </code-block>
289
+ </td>
290
+ </tr>
291
+ <tr>
292
+ <td></td>
293
+ <td><icon src="ok.svg"/></td>
294
+ <td>
295
+ <icon src="ko.svg"/>
296
+ <a href="https://psalm.dev/r/2872401a31">
297
+ Not Supported
298
+ </a>
299
+ </td>
300
+ <td>
301
+ <icon src="ko.svg"/>
302
+ <a href="https://phpstan.org/r/7705c6cc-4aad-4394-8f54-0bdae761193e">
303
+ Not Supported
304
+ </a>
305
+ </td>
306
+ </tr>
281
307
<tr>
282
308
<td></td>
283
309
<td>
284
310
<note>
285
- <format style="bold" color="DarkSeaGreen">10/10 </format>
311
+ <format style="bold" color="DarkSeaGreen">11/11 </format>
286
312
</note>
287
313
</td>
288
314
<td>
289
315
<warning>
290
- <format style="bold" color="RosyBrown">9/10 </format>
316
+ <format style="bold" color="RosyBrown">9/11 </format>
291
317
</warning>
292
318
</td>
293
319
<td>
294
- <note >
295
- <format style="bold" color="DarkSeaGreen ">10/10 </format>
296
- </note >
320
+ <warning >
321
+ <format style="bold" color="RosyBrown ">10/11 </format>
322
+ </warning >
297
323
</td>
298
324
</tr>
299
325
</table >
You can’t perform that action at this time.
0 commit comments