UNPKG

bippy

Version:

hack into react internals

18 lines (17 loc) 778 B
export { formatOwnerStack, getOwnerStack, getParentStack, hasDebugStack } from "./owner-stack.js"; export { getSource, isSourceFile, normalizeFileName } from "./get-source.js"; export { getSourceFromSourceMap, getSourceMap, symbolicateStack, type DecodedSourceMapSection, type IndexSourceMap, type RawSourceMap, type SourceMap, type StandardSourceMap, } from "./symbolication.js"; export type { FiberSource } from "./types.js"; export { parseStack, type ParseOptions, type StackFrame } from "./parse-stack.js"; export { getDisplayNameFromSource } from "./get-display-name-from-source.js"; export { getFiberHooks, type HookSource, type HooksNode, type HooksTree } from "./inspect-hooks.js"; export { parseHookNames, type HookNames } from "./parse-hook-names.js";