Ignore:
Timestamp:
12/12/24 17:06:06 (5 weeks ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
d565449
Message:

Pred finalna verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/@babel/traverse/lib/path/removal.js

    rd565449 r0c6b92a  
    1515var _index = require("./index.js");
    1616var _t = require("@babel/types");
     17var _modification = require("./modification.js");
     18var _context = require("./context.js");
    1719const {
    1820  getBindingIdentifiers
     
    2123  var _this$opts;
    2224  _assertUnremoved.call(this);
    23   this.resync();
     25  _context.resync.call(this);
    2426  if (_callRemovalHooks.call(this)) {
    2527    _markRemoved.call(this);
     
    4749  if (Array.isArray(this.container)) {
    4850    this.container.splice(this.key, 1);
    49     this.updateSiblingKeys(this.key, -1);
     51    _modification.updateSiblingKeys.call(this, this.key, -1);
    5052  } else {
    5153    _replacement._replaceWith.call(this, null);
Note: See TracChangeset for help on using the changeset viewer.