Home / File/ error-stack-parser_v2.x.x.js — react Source File

error-stack-parser_v2.x.x.js — react Source File

Architecture documentation for error-stack-parser_v2.x.x.js, a javascript file in the react codebase.

Entity Profile

Source Code

// flow-typed signature: 132e48034ef4756600e1d98681a166b5
// flow-typed version: c6154227d1/error-stack-parser_v2.x.x/flow_>=v0.104.x

declare module 'error-stack-parser' {
  declare interface StackFrame {
    constructor(object: StackFrame): StackFrame;

    isConstructor?: boolean;
    getIsConstructor(): boolean;
    setIsConstructor(): void;

    isEval?: boolean;
    getIsEval(): boolean;
    setIsEval(): void;

    isNative?: boolean;
    getIsNative(): boolean;
    setIsNative(): void;

    isTopLevel?: boolean;
    getIsTopLevel(): boolean;
    setIsTopLevel(): void;

    columnNumber?: number;
    getColumnNumber(): number;
    setColumnNumber(): void;

    lineNumber?: number;
    getLineNumber(): number;
    setLineNumber(): void;

    fileName?: string;
    getFileName(): string;
    setFileName(): void;

    functionName?: string;
    getFunctionName(): string;
    setFunctionName(): void;

    source?: string;
    getSource(): string;
    setSource(): void;

    args?: any[];
    getArgs(): any[];
    setArgs(): void;

    evalOrigin?: StackFrame;
    getEvalOrigin(): StackFrame;
    setEvalOrigin(): void;

    toString(): string;
  }

  declare class ErrorStackParser {
    parse(error: Error): Array<StackFrame>;
  }

  declare module.exports: ErrorStackParser;
}

Frequently Asked Questions

What does error-stack-parser_v2.x.x.js do?
error-stack-parser_v2.x.x.js is a source file in the react codebase, written in javascript.
Where is error-stack-parser_v2.x.x.js in the architecture?
error-stack-parser_v2.x.x.js is located at flow-typed/npm/error-stack-parser_v2.x.x.js (directory: flow-typed/npm).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free