fix runtime transformer and update tests
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import core from "core-js/library";
|
||||
import includes from "lodash/collection/includes";
|
||||
import * as util from "../../util";
|
||||
import * as util from "../../../util";
|
||||
import has from "lodash/object/has";
|
||||
import * as t from "../../types";
|
||||
import * as t from "../../../types";
|
||||
|
||||
var isSymbolIterator = t.buildMatchMemberExpression("Symbol.iterator");
|
||||
|
||||
@@ -96,4 +96,3 @@ exports.Identifier = function (node, parent, scope, file) {
|
||||
return file.get("regeneratorIdentifier");
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user