Skip to content

Commit bac97bf

Browse files
committed
highlight-error-block
1 parent 75dca54 commit bac97bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/v8-migration-api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,9 @@ Most of the changes to our TypeScript-specific AST nodes are to reduce the diffe
948948
// var [x] is invalid without an initializer
949949
// highlight-error-next-line
950950
t.variableDeclaration("var", [
951+
// highlight-error-next-line
951952
t.variableDeclarator(t.arrayPattern([t.identifier("x")]))
953+
// highlight-error-next-line
952954
]);
953955
```
954956

0 commit comments

Comments
 (0)