Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/markdoc/markdoc
/ resolve
Method
resolve
src/types.ts:14–14 ·
view source on GitHub ↗
(config: Config)
Source
from the content-addressed store, hash-verified
12
export
interface
AstType {
13
readonly $$mdtype:
'Function'
|
'Node'
|
'Variable'
;
14
resolve(config: Config): any;
15
}
16
17
export
type
AttributeValue = {
Callers
6
resolve
Function · 0.65
index.test.ts
File · 0.65
resolve
Function · 0.65
variable.test.ts
File · 0.65
resolve
Method · 0.65
transformChildren
Function · 0.65
Implementers
3
Node
src/ast/node.ts
Function
src/ast/function.ts
Variable
src/ast/variable.ts
Calls
no outgoing calls
Tested by
no test coverage detected