mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 18:19:30 +08:00
15 lines
No EOL
372 B
Text
15 lines
No EOL
372 B
Text
"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);
|
|
} |