Support more node types in generateUidBasedOnNode (#11260)
* Support more node types in generateUidBasedOnNode * More nodes
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user