Skip to content

Commit fb102a6

Browse files
authored
Merge pull request #22 from github/move-syntax-features-that-are-no-longer-transpiled
Move optional chaining and nullish coalescing operators to native syntax section
2 parents 471cb3c + a6dc30b commit fb102a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,6 @@ <h1>GitHub Feature Support Table</h1>
720720
<td data-supported="true"><div>53+</div></td>
721721
<td data-supported="true"><div>9.0+</div></td>
722722
</tr>
723-
<tr data-transpiled><th></th><th colspan="7"><h3>Transpiled Native Syntax</h3></th></tr>
724723
<tr>
725724
<th>
726725
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining">
@@ -749,6 +748,7 @@ <h1>GitHub Feature Support Table</h1>
749748
<td data-supported="true"><div>67+</div></td>
750749
<td data-supported="true"><div>13.0+</div></td>
751750
</tr>
751+
<tr data-transpiled><th></th><th colspan="7"><h3>Transpiled Native Syntax</h3></th></tr>
752752
<tr>
753753
<th>
754754
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Logical_nullish_assignment">

0 commit comments

Comments
 (0)