MCPcopy
hub / github.com/microsoft/typescript-go / Flags

TypeAlias Flags

internal/nodebuilder/types.go:26–26  ·  view source on GitHub ↗

NOTE: If modifying this enum, must modify `TypeFormatFlags` too!

Source from the content-addressed store, hash-verified

24
25// NOTE: If modifying this enum, must modify `TypeFormatFlags` too!
26type Flags uint32
27
28const (
29 FlagsNone Flags = 0

Callers 6

toNodeBuilderFlagsFunction · 0.92
expandModuleDeclMethod · 0.92
writeTypeOrSymbolMethod · 0.92
handleTypeToTypeNodeMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected