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 65c2743 commit dfc952bCopy full SHA for dfc952b
lib/lbt/utils/ASTUtils.js
@@ -63,6 +63,7 @@ function isIdentifier(node, name) {
63
64
function getPropertyKey(property) {
65
if ( property.type === Syntax.SpreadElement ) {
66
+ // TODO: Support interpreting SpreadElements
67
return;
68
} else if ( property.key.type === Syntax.Identifier && property.computed !== true ) {
69
return property.key.name;
0 commit comments