We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75dca54 commit bac97bfCopy full SHA for bac97bf
docs/v8-migration-api.md
@@ -948,7 +948,9 @@ Most of the changes to our TypeScript-specific AST nodes are to reduce the diffe
948
// var [x] is invalid without an initializer
949
// highlight-error-next-line
950
t.variableDeclaration("var", [
951
+ // highlight-error-next-line
952
t.variableDeclarator(t.arrayPattern([t.identifier("x")]))
953
954
]);
955
```
956
0 commit comments