chore: format packages/scripts folder (#19611)

Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com>
This commit is contained in:
Jarred Sumner
2025-05-12 17:12:17 -07:00
committed by GitHub
parent efdeac0a85
commit 3f360b0682
71 changed files with 350 additions and 294 deletions

View File

@@ -1,6 +1,6 @@
// Based on https://github.com/stacktracejs/error-stack-parser/blob/master/error-stack-parser.js
import type { StackFrame as StackFrameType, StackFramePosition, StackFrameScope } from "../../src/api/schema";
import type { StackFramePosition, StackFrameScope, StackFrame as StackFrameType } from "../../src/api/schema";
export class StackFrame implements StackFrameType {
function_name: string;