Enable logical assignment by default in @babel/parser (#11860) (#11869)

This commit is contained in:
Vahagn Aharonian
2020-07-22 21:14:37 +04:00
committed by Huáng Jùnliàng
parent 0e985fb287
commit b651a6f6ab
19 changed files with 15 additions and 44 deletions

View File

@@ -1,4 +0,0 @@
{
"plugins": [],
"throws": "This experimental syntax requires enabling the parser plugin: 'logicalAssignment' (1:2)"
}

View File

@@ -1,3 +0,0 @@
{
"plugins": ["logicalAssignment"]
}

View File

@@ -1,4 +0,0 @@
{
"plugins": [],
"throws": "This experimental syntax requires enabling the parser plugin: 'logicalAssignment' (1:2)"
}

View File

@@ -1,3 +0,0 @@
{
"plugins": ["logicalAssignment"]
}

View File

@@ -1,3 +0,0 @@
{
"throws": "This experimental syntax requires enabling the parser plugin: 'logicalAssignment' (1:2)"
}

View File

@@ -1,3 +0,0 @@
{
"plugins": ["logicalAssignment"]
}