mirror of
https://github.com/imranismail/setup-kustomize.git
synced 2026-06-13 01:14:19 +00:00
Update metadata
This commit is contained in:
5
node_modules/@babel/traverse/lib/path/removal.js
generated
vendored
5
node_modules/@babel/traverse/lib/path/removal.js
generated
vendored
@@ -12,6 +12,8 @@ exports._assertUnremoved = _assertUnremoved;
|
||||
|
||||
var _removalHooks = require("./lib/removal-hooks");
|
||||
|
||||
var _index = require("./index");
|
||||
|
||||
function remove() {
|
||||
this._assertUnremoved();
|
||||
|
||||
@@ -53,8 +55,7 @@ function _remove() {
|
||||
}
|
||||
|
||||
function _markRemoved() {
|
||||
this.shouldSkip = true;
|
||||
this.removed = true;
|
||||
this._traverseFlags |= _index.SHOULD_SKIP | _index.REMOVED;
|
||||
this.node = null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user