diff --git a/packages/syntax/src/plugin.js b/packages/syntax/src/plugin.js index 9626b9a..f3ee8ee 100644 --- a/packages/syntax/src/plugin.js +++ b/packages/syntax/src/plugin.js @@ -176,6 +176,7 @@ function compilePattern(state, patternPath) { console.error('Unsupported pattern node type', pattern); } // FALL THROUGH + case 'BinaryExpression': case 'MemberExpression': return [t.nullLiteral(), pushConstant(pattern)]; }