UNPKG

prepack

Version:

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

12 lines (9 loc) 280 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = function (ast, strictCode, env, realm) { return new _index.StringValue(realm, ast.value); }; var _index = require("../values/index.js"); //# sourceMappingURL=StringLiteral.js.map