Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CashScript/cashscript
/ Typed
Interface
Typed
packages/cashc/src/ast/AST.ts:20–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
export
interface
Typed {
21
type
: Type;
22
}
23
24
export
class
SourceFileNode extends Node {
25
constructor(
Callers
nothing calls this directly
Implementers
3
ParameterNode
packages/cashc/src/ast/AST.ts
VariableDefinitionNode
packages/cashc/src/ast/AST.ts
CastNode
packages/cashc/src/ast/AST.ts
Calls
no outgoing calls
Tested by
no test coverage detected