We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0453029 + 5f4dc22 commit 58d8588Copy full SHA for 58d8588
tracekit.d.ts
@@ -4,7 +4,7 @@ export interface StackFrame {
4
args:string[];
5
line:number;
6
column:number;
7
- context:string[];
+ context:null | string[];
8
}
9
10
export interface StackTrace {
0 commit comments