We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 230bf36 commit c4a2474Copy full SHA for c4a2474
1 file changed
src/plugins/lightscript.js
@@ -79,7 +79,7 @@ pp.parseForInIterationVariable = function (node, targetType = null) {
79
}
80
81
this.next();
82
- node[iterType] = iterType === 'elem' || iterType === 'val'
+ node[iterType] = iterType === "elem" || iterType === "val"
83
? this.parseBindingAtom()
84
: this.parseBindingIdentifier();
85
return MATCHING_ITER_VARS[iterType];
0 commit comments