Skip to content

Commit 42199e4

Browse files
committed
Add non-prefixed class constant masks to lang support page
1 parent c29c9fd commit 42199e4

File tree

1 file changed

+22
-6
lines changed

1 file changed

+22
-6
lines changed

Writerside/topics/language.md

Lines changed: 22 additions & 6 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">58/58</format>
47+
<format style="bold" color="DarkSeaGreen">59/59</format>
4848
</note>
4949
</td>
5050
<td>
5151
<warning>
52-
<format style="bold" color="RosyBrown">41/58</format>
52+
<format style="bold" color="RosyBrown">42/59</format>
5353
</warning>
5454
</td>
5555
<td>
5656
<warning>
57-
<format style="bold" color="RosyBrown">45/58</format>
57+
<format style="bold" color="RosyBrown">46/59</format>
5858
</warning>
5959
</td>
6060
</tr>
@@ -262,21 +262,37 @@ Below is a list of simple, logical and other common types.
262262
<td><icon src="ok.svg"/></td>
263263
<td><icon src="ok.svg"/></td>
264264
</tr>
265+
<tr>
266+
<td colspan="4">
267+
<a href="const-types.md" anchor="constant-masks">
268+
Non-prefixed class constant mask types
269+
</a>
270+
<code-block lang="typescript">
271+
ClassName::*
272+
</code-block>
273+
</td>
274+
</tr>
275+
<tr>
276+
<td></td>
277+
<td><icon src="ok.svg"/></td>
278+
<td><icon src="ok.svg"/></td>
279+
<td><icon src="ok.svg"/></td>
280+
</tr>
265281
<tr>
266282
<td></td>
267283
<td>
268284
<note>
269-
<format style="bold" color="DarkSeaGreen">9/9</format>
285+
<format style="bold" color="DarkSeaGreen">10/10</format>
270286
</note>
271287
</td>
272288
<td>
273289
<warning>
274-
<format style="bold" color="RosyBrown">8/9</format>
290+
<format style="bold" color="RosyBrown">9/10</format>
275291
</warning>
276292
</td>
277293
<td>
278294
<note>
279-
<format style="bold" color="DarkSeaGreen">9/9</format>
295+
<format style="bold" color="DarkSeaGreen">10/10</format>
280296
</note>
281297
</td>
282298
</tr>

0 commit comments

Comments
 (0)