MCPcopy Index your code
hub / github.com/JS-DevTools/ono / LazyStack

Interface LazyStack

src/stack.ts:9–16  ·  view source on GitHub ↗

* The Property Descriptor of a lazily-computed `stack` property.

Source from the content-addressed store, hash-verified

7 * The Property Descriptor of a lazily-computed `stack` property.
8 */
9interface LazyStack {
10 configurable: true;
11
12 /**
13 * Lazily computes the error's stack trace.
14 */
15 get(): string | undefined;
16}
17
18/**
19 * Is the property lazily computed?

Callers

nothing calls this directly

Implementers 1

MyCustomErrortest/specs/stack.spec.js

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…