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) 314 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = function (ast, strictCode, env, realm) { let result = new _index.StringValue(realm, ast.value); return [result, ast, []]; }; var _index = require("../values/index.js"); //# sourceMappingURL=StringLiteral.js.map