Skip to content

Commit 8211cac

Browse files
committed
Add global constant masks to lang support page
1 parent 42199e4 commit 8211cac

File tree

1 file changed

+34
-8
lines changed

1 file changed

+34
-8
lines changed

Writerside/topics/language.md

Lines changed: 34 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,17 @@ General table across all type parsing capabilities
4444
<tr>
4545
<td>
4646
<note>
47-
<format style="bold" color="DarkSeaGreen">59/59</format>
47+
<format style="bold" color="DarkSeaGreen">60/60</format>
4848
</note>
4949
</td>
5050
<td>
5151
<warning>
52-
<format style="bold" color="RosyBrown">42/59</format>
52+
<format style="bold" color="RosyBrown">42/60</format>
5353
</warning>
5454
</td>
5555
<td>
5656
<warning>
57-
<format style="bold" color="RosyBrown">46/59</format>
57+
<format style="bold" color="RosyBrown">46/60</format>
5858
</warning>
5959
</td>
6060
</tr>
@@ -278,22 +278,48 @@ Below is a list of simple, logical and other common types.
278278
<td><icon src="ok.svg"/></td>
279279
<td><icon src="ok.svg"/></td>
280280
</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>
281307
<tr>
282308
<td></td>
283309
<td>
284310
<note>
285-
<format style="bold" color="DarkSeaGreen">10/10</format>
311+
<format style="bold" color="DarkSeaGreen">11/11</format>
286312
</note>
287313
</td>
288314
<td>
289315
<warning>
290-
<format style="bold" color="RosyBrown">9/10</format>
316+
<format style="bold" color="RosyBrown">9/11</format>
291317
</warning>
292318
</td>
293319
<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>
297323
</td>
298324
</tr>
299325
</table>

0 commit comments

Comments
 (0)