Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = isScope; var _index = require("./generated/index.js"); function isScope(node, parent) { if ((0, _index.isBlockStatement)(node) && ((0, _index.isFunction)(parent) || (0, _index.isCatchClause)(parent))) { return false; } if ((0, _index.isPattern)(node) && ((0, _index.isFunction)(parent) || (0, _index.isCatchClause)(parent))) { return true; } return (0, _index.isScopable)(node); } //# sourceMappingURL=isScope.js.map