MCPcopy Create free account
hub / github.com/coder/guts / DeclarationType

Interface DeclarationType

bindings/declarations.go:5–8  ·  view source on GitHub ↗

DeclarationType is any type that can exist at the top level of a AST. Meaning it can be serialized into valid Typescript.

Source from the content-addressed store, hash-verified

3// DeclarationType is any type that can exist at the top level of a AST.
4// Meaning it can be serialized into valid Typescript.
5type DeclarationType interface {
6 isDeclarationType()
7 Node
8}
9
10type Interface struct {
11 Name Identifier

Callers

nothing calls this directly

Implementers 5

Interfacebindings/declarations.go
Aliasbindings/declarations.go
VariableStatementbindings/declarations.go
Enumbindings/declarations.go
ImportDeclarationbindings/declarations.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…