add missing semicolon
This commit is contained in:
parent
b63accca25
commit
b719eaf6ab
@ -3,7 +3,7 @@ var t = require("../../types");
|
|||||||
|
|
||||||
exports.optional = true;
|
exports.optional = true;
|
||||||
|
|
||||||
exports.Loop
|
exports.Loop =
|
||||||
exports.Program =
|
exports.Program =
|
||||||
exports.BlockStatement = function (node, parent, scope, context, file) {
|
exports.BlockStatement = function (node, parent, scope, context, file) {
|
||||||
var letRefs = node._letReferences;
|
var letRefs = node._letReferences;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user