Support more node types in generateUidBasedOnNode (#11260)

* Support more node types in generateUidBasedOnNode

* More nodes
This commit is contained in:
Justin Ridgewell
2020-03-14 11:24:50 -04:00
committed by GitHub
parent b85d9f57f6
commit 661ffbd830
13 changed files with 192 additions and 101 deletions

View File

@@ -64,7 +64,7 @@ function _foo() {
while (1) {
switch (_context3.prev = _context3.next) {
case 0:
_bar2 = function _ref2() {
_bar2 = function _bar4() {
_bar2 = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee2() {
var baz;
return regeneratorRuntime.wrap(function _callee2$(_context2) {
@@ -83,7 +83,7 @@ function _foo() {
return _bar2.apply(this, arguments);
};
bar = function _ref() {
bar = function _bar3() {
return _bar2.apply(this, arguments);
};