@replayio/protocol
Advanced tools
Comparing version 0.62.0 to 0.63.0
@@ -149,13 +149,14 @@ import { Location, EventHandlerType, PointDescription, MappedLocation } from "./Debugger"; | ||
/** | ||
* A descriptor of a point along with basic frame data. | ||
* A descriptor of a frame with basic point data. | ||
*/ | ||
export interface PointStackFrame { | ||
/** | ||
* A point in a frame. | ||
* The location of the function of the stack frame. | ||
*/ | ||
point: PointDescription; | ||
functionLocation: MappedLocation; | ||
/** | ||
* The location of the function containing the point. | ||
* The closest preceding point in the stack frame. Optional because there is | ||
* no guarantee that the stack frame will have a preceding point to debug. | ||
*/ | ||
functionLocation: MappedLocation; | ||
point?: PointDescription; | ||
} | ||
@@ -162,0 +163,0 @@ /** |
{ | ||
"name": "@replayio/protocol", | ||
"version": "0.62.0", | ||
"version": "0.63.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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
557912
12880