source: trip-planner-front/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js@ 59329aa

Last change on this file since 59329aa was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 372 bytes
Line 
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = void 0;
7
8var _getBindingIdentifiers = require("./getBindingIdentifiers");
9
10var _default = getOuterBindingIdentifiers;
11exports.default = _default;
12
13function getOuterBindingIdentifiers(node, duplicates) {
14 return (0, _getBindingIdentifiers.default)(node, duplicates, true);
15}
Note: See TracBrowser for help on using the repository browser.