Source Maps for client-side errors & columns

This commit is contained in:
Jarred Sumner
2022-03-11 00:03:09 -08:00
parent c8f6337f1f
commit 44b0c8153a
21 changed files with 115078 additions and 578 deletions

View File

@@ -12,6 +12,8 @@ export class StackFrame implements StackFrameType {
position: StackFramePosition;
scope: StackFrameScope;
lineText: string = "";
remapped: boolean = false;
constructor({
functionName: function_name = "",
fileName: file = "",