Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/@babel/traverse/lib/path/removal.js
rd565449 r0c6b92a 15 15 var _index = require("./index.js"); 16 16 var _t = require("@babel/types"); 17 var _modification = require("./modification.js"); 18 var _context = require("./context.js"); 17 19 const { 18 20 getBindingIdentifiers … … 21 23 var _this$opts; 22 24 _assertUnremoved.call(this); 23 this.resync();25 _context.resync.call(this); 24 26 if (_callRemovalHooks.call(this)) { 25 27 _markRemoved.call(this); … … 47 49 if (Array.isArray(this.container)) { 48 50 this.container.splice(this.key, 1); 49 this.updateSiblingKeys(this.key, -1);51 _modification.updateSiblingKeys.call(this, this.key, -1); 50 52 } else { 51 53 _replacement._replaceWith.call(this, null);
Note:
See TracChangeset
for help on using the changeset viewer.