UNPKG

prepack

Version:

Execute a JS bundle, serialize global state and side effects to a snapshot that can be quickly restored.

13 lines (10 loc) 372 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = function (ast, strictCode, env, realm) { // 1. Return ? ResolveBinding(StringValue of Identifier). return _singletons.Environment.ResolveBinding(realm, ast.name, strictCode, env); }; var _singletons = require("../singletons.js"); //# sourceMappingURL=Identifier.js.map