summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/node/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/node/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js')
-rw-r--r--chromium/third_party/node/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js15
1 files changed, 15 insertions, 0 deletions
diff --git a/chromium/third_party/node/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js b/chromium/third_party/node/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js
new file mode 100644
index 00000000000..c27cffe544d
--- /dev/null
+++ b/chromium/third_party/node/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js
@@ -0,0 +1,15 @@
+"use strict";
+
+Object.defineProperty(exports, "__esModule", {
+ value: true
+});
+exports.default = void 0;
+
+var _getBindingIdentifiers = require("./getBindingIdentifiers");
+
+var _default = getOuterBindingIdentifiers;
+exports.default = _default;
+
+function getOuterBindingIdentifiers(node, duplicates) {
+ return (0, _getBindingIdentifiers.default)(node, duplicates, true);
+} \ No newline at end of file