@replayio/protocol
Advanced tools
Comparing version 0.71.0 to 0.72.0
@@ -130,3 +130,4 @@ import { Location, EventHandlerType, PointDescription, MappedLocation } from "./Debugger"; | ||
* the input points, but we make no guarantees about how many of these independent | ||
* sequences there will be, or how each sequnce will be determined. | ||
* sequences there will be, or how each sequence will be determined, unless the | ||
* 'singleProcess' flag is set in which case there will be a single sequence. | ||
*/ | ||
@@ -385,2 +386,8 @@ export interface RunEvaluationPreload { | ||
/** | ||
* A stricter alternative to shareProcesses which guarantees the evaluations | ||
* are all performed within the same process. Any side effects from an earlier | ||
* evaluation will be present in later evaluations. | ||
*/ | ||
singleProcess?: boolean; | ||
/** | ||
* An array of expression preloads to expose for this evaluation. | ||
@@ -387,0 +394,0 @@ * See <code>Session.RunEvaluationPreload</code> for more info. |
{ | ||
"name": "@replayio/protocol", | ||
"version": "0.71.0", | ||
"version": "0.72.0", | ||
"description": "Definition of the protocol used by the Record Replay web service", | ||
@@ -5,0 +5,0 @@ "author": "", |
Sorry, the diff of this file is too big to display
574881
13244