MCPcopy
hub / github.com/markdoc/markdoc / AstType

Interface AstType

src/types.ts:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10export type MaybePromise<T> = T | Promise<T>;
11
12export interface AstType {
13 readonly $$mdtype: 'Function' | 'Node' | 'Variable';
14 resolve(config: Config): any;
15}
16
17export type AttributeValue = {
18 type: string;

Callers 6

resolveFunction · 0.65
index.test.tsFile · 0.65
resolveFunction · 0.65
variable.test.tsFile · 0.65
resolveMethod · 0.65
transformChildrenFunction · 0.65

Implementers 3

Nodesrc/ast/node.ts
Functionsrc/ast/function.ts
Variablesrc/ast/variable.ts

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…