Skip to content

Commit 06c0e74

Browse files
committed
Added support for binding patterns in variable assignments such as 'const [a, b] = [1, 2]'
1 parent 505af49 commit 06c0e74

File tree

5 files changed

+2002
-1506
lines changed

5 files changed

+2002
-1506
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"typescript": "latest"
3333
},
3434
"dependencies": {
35-
"@wessberg/marshaller": "^1.0.5"
35+
"@wessberg/marshaller": "^1.0.7"
3636
}
3737
}

0 commit comments

Comments
 (0)