Destructuring consistency fixes (#1417)
- Use AST_Destructuring for lhf assignment patterns - Use AST_DefaultAssign for default assignments - Add more checks for lhs expressions - Add lots of testing - Cleanup ast (e.g. remove default property) - Fix #1402 based on a patch from @kzc - Refine spread allowance in array destructring pattern - Add destructuring AST tree checker
This commit is contained in:
committed by
Alex Lam S.L
parent
85c1cba760
commit
07734b000a
@@ -170,6 +170,9 @@ shorthand_properties: {
|
||||
}
|
||||
|
||||
concise_methods: {
|
||||
beautify = {
|
||||
ecma: 6
|
||||
}
|
||||
input: {
|
||||
x = {
|
||||
foo(a, b) {
|
||||
@@ -299,6 +302,9 @@ concise_methods_and_mangle_props: {
|
||||
}
|
||||
|
||||
concise_generators: {
|
||||
beautify = {
|
||||
ecma: 6
|
||||
}
|
||||
input: {
|
||||
x = {
|
||||
*foo(a, b) {
|
||||
|
||||
Reference in New Issue
Block a user