@remotion/renderer 4.0.405 → 4.0.406
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/apply-tone-frequency.d.ts +1 -2
- package/dist/assets/convert-assets-to-file-urls.d.ts +1 -2
- package/dist/assets/download-and-map-assets-to-file.d.ts +2 -3
- package/dist/assets/download-and-map-assets-to-file.js +1 -0
- package/dist/assets/download-file.d.ts +1 -0
- package/dist/assets/download-file.js +17 -1
- package/dist/assets/download-map.d.ts +1 -0
- package/dist/assets/download-map.js +2 -0
- package/dist/assets/get-audio-channels.d.ts +2 -3
- package/dist/assets/inline-audio-mixing.d.ts +1 -2
- package/dist/browser/Browser.d.ts +5 -5
- package/dist/browser/Browser.js +65 -74
- package/dist/browser/BrowserFetcher.d.ts +3 -5
- package/dist/browser/BrowserFetcher.js +1 -0
- package/dist/browser/BrowserPage.d.ts +4 -4
- package/dist/browser/BrowserPage.js +223 -218
- package/dist/browser/BrowserRunner.d.ts +1 -2
- package/dist/browser/Connection.js +99 -112
- package/dist/browser/ConsoleMessage.d.ts +1 -1
- package/dist/browser/ConsoleMessage.js +9 -16
- package/dist/browser/DOMWorld.d.ts +1 -1
- package/dist/browser/DOMWorld.js +75 -89
- package/dist/browser/Errors.js +2 -4
- package/dist/browser/EventEmitter.js +2 -1
- package/dist/browser/ExecutionContext.js +117 -120
- package/dist/browser/FrameManager.js +249 -244
- package/dist/browser/HTTPRequest.js +11 -22
- package/dist/browser/HTTPResponse.js +3 -16
- package/dist/browser/JSHandle.js +17 -30
- package/dist/browser/LifecycleWatcher.js +122 -128
- package/dist/browser/NetworkEventManager.js +31 -40
- package/dist/browser/NetworkManager.js +210 -203
- package/dist/browser/NodeWebSocketTransport.js +3 -0
- package/dist/browser/Target.d.ts +1 -1
- package/dist/browser/Target.js +32 -39
- package/dist/browser/TaskQueue.js +5 -18
- package/dist/browser/TimeoutSettings.js +12 -25
- package/dist/browser/browser-download-progress-bar.d.ts +1 -2
- package/dist/browser/handle-failed-resource.d.ts +1 -2
- package/dist/browser/handle-failed-resource.js +4 -3
- package/dist/call-ffmpeg.d.ts +4 -5
- package/dist/can-concat-seamlessly.d.ts +2 -4
- package/dist/can-use-parallel-encoding.d.ts +1 -2
- package/dist/check-version-requirements.d.ts +1 -2
- package/dist/client.d.ts +181 -181
- package/dist/codec-supports-media.d.ts +3 -4
- package/dist/collect-assets.d.ts +1 -1
- package/dist/combine-audio.d.ts +2 -4
- package/dist/combine-chunks.d.ts +1 -2
- package/dist/combine-video-streams.d.ts +2 -4
- package/dist/compositor/compositor.d.ts +2 -3
- package/dist/compositor/get-executable-path.d.ts +3 -3
- package/dist/compress-audio.d.ts +2 -4
- package/dist/create-audio.d.ts +2 -4
- package/dist/create-silent-audio.d.ts +1 -2
- package/dist/crf.d.ts +4 -6
- package/dist/cycle-browser-tabs.d.ts +1 -2
- package/dist/ensure-browser.d.ts +44 -1
- package/dist/error-handling/handle-javascript-exception.d.ts +1 -1
- package/dist/error-handling/handle-javascript-exception.js +7 -1
- package/dist/error-handling/symbolicateable-error.d.ts +1 -1
- package/dist/error-handling/symbolicateable-error.js +4 -0
- package/dist/error-handling.js +1 -1
- package/dist/esm/client.mjs +7 -2
- package/dist/esm/index.mjs +28 -4
- package/dist/extract-audio.d.ts +2 -3
- package/dist/ffmpeg-args.d.ts +6 -12
- package/dist/get-browser-instance.d.ts +4 -6
- package/dist/get-codec-name.d.ts +3 -6
- package/dist/get-compositions.d.ts +1 -1
- package/dist/get-concurrency.d.ts +1 -1
- package/dist/get-extension-from-codec.d.ts +2 -3
- package/dist/get-frame-padded-index.d.ts +1 -2
- package/dist/get-local-browser-executable.d.ts +2 -4
- package/dist/get-prores-profile-name.d.ts +1 -3
- package/dist/get-silent-parts.d.ts +4 -5
- package/dist/get-video-metadata.d.ts +3 -4
- package/dist/get-video-threads-flag.d.ts +1 -2
- package/dist/goto-page-or-throw.d.ts +1 -1
- package/dist/guess-extension-for-media.d.ts +2 -3
- package/dist/image-format.d.ts +2 -3
- package/dist/index.d.ts +173 -172
- package/dist/index.js +16 -16
- package/dist/is-audio-codec.d.ts +1 -2
- package/dist/log-level.d.ts +1 -1
- package/dist/logger.d.ts +6 -6
- package/dist/make-page.d.ts +2 -4
- package/dist/memory/from-proc-meminfo.d.ts +1 -2
- package/dist/memory/get-available-memory.d.ts +1 -2
- package/dist/mime-types.js +2 -1
- package/dist/mux-video-and-audio.d.ts +2 -3
- package/dist/offthread-video-server.d.ts +1 -2
- package/dist/offthread-video-server.js +4 -6
- package/dist/open-browser.d.ts +1 -1
- package/dist/open-browser.js +6 -5
- package/dist/options/api-key.js +3 -1
- package/dist/options/audio-bitrate.js +9 -1
- package/dist/options/audio-codec.d.ts +10 -13
- package/dist/options/beep-on-finish.js +1 -1
- package/dist/options/binaries-directory.js +9 -1
- package/dist/options/chrome-mode.d.ts +3 -3
- package/dist/options/chrome-mode.js +6 -1
- package/dist/options/color-space.d.ts +5 -9
- package/dist/options/color-space.js +7 -1
- package/dist/options/crf.js +1 -1
- package/dist/options/cross-site-isolation.js +2 -1
- package/dist/options/dark-mode.js +2 -1
- package/dist/options/delete-after.js +11 -1
- package/dist/options/disallow-parallel-encoding.js +1 -1
- package/dist/options/enable-lambda-insights.js +2 -1
- package/dist/options/enable-multiprocess-on-linux.js +13 -1
- package/dist/options/encoding-buffer-size.js +3 -1
- package/dist/options/encoding-max-rate.js +3 -1
- package/dist/options/enforce-audio.js +1 -1
- package/dist/options/folder-expiry.js +4 -1
- package/dist/options/for-seamless-aac-concatenation.js +3 -1
- package/dist/options/gl.d.ts +6 -6
- package/dist/options/gl.js +28 -2
- package/dist/options/hardware-acceleration.d.ts +2 -2
- package/dist/options/headless.js +4 -1
- package/dist/options/image-sequence-pattern.js +5 -1
- package/dist/options/index.d.ts +25 -25
- package/dist/options/jpeg-quality.js +1 -1
- package/dist/options/latency-hint.js +10 -1
- package/dist/options/license-key.js +2 -1
- package/dist/options/log-level.d.ts +3 -4
- package/dist/options/log-level.js +16 -1
- package/dist/options/metadata.js +7 -2
- package/dist/options/mute.js +1 -1
- package/dist/options/number-of-gif-loops.js +13 -1
- package/dist/options/offthreadvideo-cache-size.js +11 -1
- package/dist/options/offthreadvideo-threads.js +2 -1
- package/dist/options/on-browser-download.js +2 -1
- package/dist/options/options-map.d.ts +93 -93
- package/dist/options/overwrite.js +5 -1
- package/dist/options/prefer-lossless.js +4 -1
- package/dist/options/public-dir.js +2 -1
- package/dist/options/public-license-key.js +3 -1
- package/dist/options/public-path.js +7 -1
- package/dist/options/repro.js +1 -1
- package/dist/options/scale.js +5 -1
- package/dist/options/timeout.js +4 -1
- package/dist/options/video-bitrate.js +7 -1
- package/dist/options/video-cache-size.js +8 -1
- package/dist/options/video-codec.d.ts +6 -6
- package/dist/options/video-codec.js +1 -1
- package/dist/options/webhook-custom-data.js +1 -1
- package/dist/options/x264-preset.d.ts +5 -6
- package/dist/options/x264-preset.js +23 -1
- package/dist/p-limit.d.ts +1 -1
- package/dist/pixel-format.d.ts +2 -3
- package/dist/pool.js +2 -0
- package/dist/port-config.d.ts +5 -6
- package/dist/prespawn-ffmpeg.js +5 -4
- package/dist/prestitcher-memory-usage.d.ts +1 -2
- package/dist/print-useful-error-message.d.ts +1 -2
- package/dist/prores-profile.d.ts +2 -4
- package/dist/puppeteer-evaluate.d.ts +2 -2
- package/dist/puppeteer-screenshot.d.ts +3 -4
- package/dist/pure.d.ts +5 -5
- package/dist/render-frame-and-retry-target-close.d.ts +8 -8
- package/dist/render-frame-with-option-to-reject.d.ts +4 -6
- package/dist/render-frame.d.ts +8 -8
- package/dist/render-has-audio.d.ts +2 -3
- package/dist/render-media.js +2 -1
- package/dist/replace-browser.d.ts +1 -2
- package/dist/repro.d.ts +1 -1
- package/dist/screenshot-task.d.ts +3 -4
- package/dist/seek-to-frame.d.ts +2 -3
- package/dist/serve-handler/index.d.ts +1 -1
- package/dist/serve-handler/range-parser.d.ts +2 -2
- package/dist/serve-static.d.ts +1 -2
- package/dist/set-props-and-env.js +3 -1
- package/dist/stringify-ffmpeg-filter.d.ts +1 -2
- package/dist/take-frame.d.ts +1 -2
- package/dist/test-gpu.d.ts +2 -4
- package/dist/validate-even-dimensions-with-codec.d.ts +2 -4
- package/dist/validate-ffmpeg-override.d.ts +1 -1
- package/dist/validate-number-of-gif-loops.d.ts +1 -2
- package/dist/validate-output-filename.d.ts +2 -4
- package/package.json +16 -14
|
@@ -6,8 +6,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
exports.EventEmitter = void 0;
|
|
7
7
|
const mitt_1 = __importDefault(require("./mitt"));
|
|
8
8
|
class EventEmitter {
|
|
9
|
+
emitter;
|
|
10
|
+
eventsMap = new Map();
|
|
9
11
|
constructor() {
|
|
10
|
-
this.eventsMap = new Map();
|
|
11
12
|
this.emitter = (0, mitt_1.default)(this.eventsMap);
|
|
12
13
|
}
|
|
13
14
|
on(event, handler) {
|
|
@@ -16,12 +16,6 @@
|
|
|
16
16
|
* See the License for the specific language governing permissions and
|
|
17
17
|
* limitations under the License.
|
|
18
18
|
*/
|
|
19
|
-
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
|
|
20
|
-
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
|
|
21
|
-
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
22
|
-
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
23
|
-
};
|
|
24
|
-
var _ExecutionContext_instances, _ExecutionContext_evaluate;
|
|
25
19
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
20
|
exports.ExecutionContext = exports.EVALUATION_SCRIPT_URL = void 0;
|
|
27
21
|
const JSHandle_1 = require("./JSHandle");
|
|
@@ -29,8 +23,11 @@ const util_1 = require("./util");
|
|
|
29
23
|
exports.EVALUATION_SCRIPT_URL = 'pptr://__puppeteer_evaluation_script__';
|
|
30
24
|
const SOURCE_URL_REGEX = /^[\x20\t]*\/\/[@#] sourceURL=\s*(\S*?)\s*$/m;
|
|
31
25
|
class ExecutionContext {
|
|
26
|
+
_client;
|
|
27
|
+
_world;
|
|
28
|
+
_contextId;
|
|
29
|
+
_contextName;
|
|
32
30
|
constructor(client, contextPayload, world) {
|
|
33
|
-
_ExecutionContext_instances.add(this);
|
|
34
31
|
this._client = client;
|
|
35
32
|
this._world = world;
|
|
36
33
|
this._contextId = contextPayload.id;
|
|
@@ -40,135 +37,135 @@ class ExecutionContext {
|
|
|
40
37
|
return this._world ? this._world.frame() : null;
|
|
41
38
|
}
|
|
42
39
|
evaluate(pageFunction, ...args) {
|
|
43
|
-
return
|
|
40
|
+
return this.#evaluate(true, pageFunction, ...args);
|
|
44
41
|
}
|
|
45
42
|
evaluateHandle(pageFunction, ...args) {
|
|
46
|
-
return
|
|
43
|
+
return this.#evaluate(false, pageFunction, ...args);
|
|
47
44
|
}
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
? (0, util_1.valueFromRemoteObject)(_remoteObject)
|
|
72
|
-
: (0, JSHandle_1._createJSHandle)(this, _remoteObject);
|
|
73
|
-
}
|
|
74
|
-
if (typeof pageFunction !== 'function') {
|
|
75
|
-
throw new Error(`Expected to get |string| or |function| as the first argument, but got "${pageFunction}" instead.`);
|
|
76
|
-
}
|
|
77
|
-
let functionText = pageFunction.toString();
|
|
78
|
-
try {
|
|
79
|
-
new Function('(' + functionText + ')');
|
|
80
|
-
}
|
|
81
|
-
catch (error) {
|
|
82
|
-
// This means we might have a function shorthand. Try another
|
|
83
|
-
// time prefixing 'function '.
|
|
84
|
-
if (functionText.startsWith('async ')) {
|
|
85
|
-
functionText =
|
|
86
|
-
'async function ' + functionText.substring('async '.length);
|
|
45
|
+
async #evaluate(returnByValue, pageFunction, ...args) {
|
|
46
|
+
const suffix = `//# sourceURL=${exports.EVALUATION_SCRIPT_URL}`;
|
|
47
|
+
if ((0, util_1.isString)(pageFunction)) {
|
|
48
|
+
const contextId = this._contextId;
|
|
49
|
+
const expression = pageFunction;
|
|
50
|
+
const expressionWithSourceUrl = SOURCE_URL_REGEX.test(expression)
|
|
51
|
+
? expression
|
|
52
|
+
: expression + '\n' + suffix;
|
|
53
|
+
const { value: { exceptionDetails: _details, result: _remoteObject }, } = await this._client
|
|
54
|
+
.send('Runtime.evaluate', {
|
|
55
|
+
expression: expressionWithSourceUrl,
|
|
56
|
+
contextId,
|
|
57
|
+
returnByValue,
|
|
58
|
+
awaitPromise: true,
|
|
59
|
+
userGesture: true,
|
|
60
|
+
})
|
|
61
|
+
.catch(rewriteError);
|
|
62
|
+
if (_details) {
|
|
63
|
+
throw new Error('Evaluation failed: ' + (0, util_1.getExceptionMessage)(_details));
|
|
64
|
+
}
|
|
65
|
+
return returnByValue
|
|
66
|
+
? (0, util_1.valueFromRemoteObject)(_remoteObject)
|
|
67
|
+
: (0, JSHandle_1._createJSHandle)(this, _remoteObject);
|
|
87
68
|
}
|
|
88
|
-
|
|
89
|
-
|
|
69
|
+
if (typeof pageFunction !== 'function') {
|
|
70
|
+
throw new Error(`Expected to get |string| or |function| as the first argument, but got "${pageFunction}" instead.`);
|
|
90
71
|
}
|
|
72
|
+
let functionText = pageFunction.toString();
|
|
91
73
|
try {
|
|
92
74
|
new Function('(' + functionText + ')');
|
|
93
75
|
}
|
|
94
|
-
catch (
|
|
95
|
-
//
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
if (error instanceof TypeError &&
|
|
112
|
-
error.message.startsWith('Converting circular structure to JSON')) {
|
|
113
|
-
error.message += ' Recursive objects are not allowed.';
|
|
114
|
-
}
|
|
115
|
-
throw error;
|
|
116
|
-
}
|
|
117
|
-
const { value: { exceptionDetails, result: remoteObject }, } = await callFunctionOnPromise.catch(rewriteError);
|
|
118
|
-
if (exceptionDetails) {
|
|
119
|
-
throw new Error('Evaluation failed: ' + (0, util_1.getExceptionMessage)(exceptionDetails));
|
|
120
|
-
}
|
|
121
|
-
return returnByValue
|
|
122
|
-
? (0, util_1.valueFromRemoteObject)(remoteObject)
|
|
123
|
-
: (0, JSHandle_1._createJSHandle)(this, remoteObject);
|
|
124
|
-
function convertArgument(arg) {
|
|
125
|
-
if (typeof arg === 'bigint') {
|
|
126
|
-
// eslint-disable-line valid-typeof
|
|
127
|
-
return { unserializableValue: `${arg.toString()}n` };
|
|
128
|
-
}
|
|
129
|
-
if (Object.is(arg, -0)) {
|
|
130
|
-
return { unserializableValue: '-0' };
|
|
76
|
+
catch (error) {
|
|
77
|
+
// This means we might have a function shorthand. Try another
|
|
78
|
+
// time prefixing 'function '.
|
|
79
|
+
if (functionText.startsWith('async ')) {
|
|
80
|
+
functionText =
|
|
81
|
+
'async function ' + functionText.substring('async '.length);
|
|
82
|
+
}
|
|
83
|
+
else {
|
|
84
|
+
functionText = 'function ' + functionText;
|
|
85
|
+
}
|
|
86
|
+
try {
|
|
87
|
+
new Function('(' + functionText + ')');
|
|
88
|
+
}
|
|
89
|
+
catch (_error) {
|
|
90
|
+
// We tried hard to serialize, but there's a weird beast here.
|
|
91
|
+
throw new Error('Passed function is not well-serializable!');
|
|
92
|
+
}
|
|
131
93
|
}
|
|
132
|
-
|
|
133
|
-
|
|
94
|
+
let callFunctionOnPromise;
|
|
95
|
+
try {
|
|
96
|
+
callFunctionOnPromise = this._client.send('Runtime.callFunctionOn', {
|
|
97
|
+
functionDeclaration: functionText + '\n' + suffix + '\n',
|
|
98
|
+
executionContextId: this._contextId,
|
|
99
|
+
arguments: args.map(convertArgument.bind(this)),
|
|
100
|
+
returnByValue,
|
|
101
|
+
awaitPromise: true,
|
|
102
|
+
userGesture: true,
|
|
103
|
+
});
|
|
134
104
|
}
|
|
135
|
-
|
|
136
|
-
|
|
105
|
+
catch (error) {
|
|
106
|
+
if (error instanceof TypeError &&
|
|
107
|
+
error.message.startsWith('Converting circular structure to JSON')) {
|
|
108
|
+
error.message += ' Recursive objects are not allowed.';
|
|
109
|
+
}
|
|
110
|
+
throw error;
|
|
137
111
|
}
|
|
138
|
-
|
|
139
|
-
|
|
112
|
+
const { value: { exceptionDetails, result: remoteObject }, } = await callFunctionOnPromise.catch(rewriteError);
|
|
113
|
+
if (exceptionDetails) {
|
|
114
|
+
throw new Error('Evaluation failed: ' + (0, util_1.getExceptionMessage)(exceptionDetails));
|
|
140
115
|
}
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
116
|
+
return returnByValue
|
|
117
|
+
? (0, util_1.valueFromRemoteObject)(remoteObject)
|
|
118
|
+
: (0, JSHandle_1._createJSHandle)(this, remoteObject);
|
|
119
|
+
function convertArgument(arg) {
|
|
120
|
+
if (typeof arg === 'bigint') {
|
|
121
|
+
// eslint-disable-line valid-typeof
|
|
122
|
+
return { unserializableValue: `${arg.toString()}n` };
|
|
145
123
|
}
|
|
146
|
-
if (
|
|
147
|
-
|
|
124
|
+
if (Object.is(arg, -0)) {
|
|
125
|
+
return { unserializableValue: '-0' };
|
|
148
126
|
}
|
|
149
|
-
if (
|
|
150
|
-
return {
|
|
151
|
-
unserializableValue: objectHandle._remoteObject.unserializableValue,
|
|
152
|
-
};
|
|
127
|
+
if (Object.is(arg, Infinity)) {
|
|
128
|
+
return { unserializableValue: 'Infinity' };
|
|
153
129
|
}
|
|
154
|
-
if (
|
|
155
|
-
return {
|
|
130
|
+
if (Object.is(arg, -Infinity)) {
|
|
131
|
+
return { unserializableValue: '-Infinity' };
|
|
156
132
|
}
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
133
|
+
if (Object.is(arg, NaN)) {
|
|
134
|
+
return { unserializableValue: 'NaN' };
|
|
135
|
+
}
|
|
136
|
+
const objectHandle = arg && arg instanceof JSHandle_1.JSHandle ? arg : null;
|
|
137
|
+
if (objectHandle) {
|
|
138
|
+
if (objectHandle._context !== this) {
|
|
139
|
+
throw new Error('JSHandles can be evaluated only in the context they were created!');
|
|
140
|
+
}
|
|
141
|
+
if (objectHandle._disposed) {
|
|
142
|
+
throw new Error('JSHandle is disposed!');
|
|
143
|
+
}
|
|
144
|
+
if (objectHandle._remoteObject.unserializableValue) {
|
|
145
|
+
return {
|
|
146
|
+
unserializableValue: objectHandle._remoteObject.unserializableValue,
|
|
147
|
+
};
|
|
148
|
+
}
|
|
149
|
+
if (!objectHandle._remoteObject.objectId) {
|
|
150
|
+
return { value: objectHandle._remoteObject.value };
|
|
151
|
+
}
|
|
152
|
+
return { objectId: objectHandle._remoteObject.objectId };
|
|
153
|
+
}
|
|
154
|
+
return { value: arg };
|
|
167
155
|
}
|
|
168
|
-
|
|
169
|
-
error.message.
|
|
170
|
-
|
|
156
|
+
function rewriteError(error) {
|
|
157
|
+
if (error.message.includes('Object reference chain is too long')) {
|
|
158
|
+
return { value: { result: { type: 'undefined' } }, size: 1 };
|
|
159
|
+
}
|
|
160
|
+
if (error.message.includes("Object couldn't be returned by value")) {
|
|
161
|
+
return { value: { result: { type: 'undefined' } }, size: 1 };
|
|
162
|
+
}
|
|
163
|
+
if (error.message.endsWith('Cannot find context with specified id') ||
|
|
164
|
+
error.message.endsWith('Inspected target navigated or closed')) {
|
|
165
|
+
throw new Error('Execution context was destroyed, most likely because of a navigation.');
|
|
166
|
+
}
|
|
167
|
+
throw error;
|
|
171
168
|
}
|
|
172
|
-
throw error;
|
|
173
169
|
}
|
|
174
|
-
}
|
|
170
|
+
}
|
|
171
|
+
exports.ExecutionContext = ExecutionContext;
|