Skip to main content

InternalASTNode

@codebolt/types


Interface: InternalASTNode

Defined in: common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:89

Indexable

[key: string]: any

Additional node properties

Properties

PropertyTypeDescriptionDefined in
children?InternalASTNode[]Child nodescommon/types/src/codeboltjstypes/libFunctionTypes/internal.ts:101
column?numberColumn number where the node startscommon/types/src/codeboltjstypes/libFunctionTypes/internal.ts:99
end?numberEnd position in the source codecommon/types/src/codeboltjstypes/libFunctionTypes/internal.ts:95
line?numberLine number where the node startscommon/types/src/codeboltjstypes/libFunctionTypes/internal.ts:97
start?numberStart position in the source codecommon/types/src/codeboltjstypes/libFunctionTypes/internal.ts:93
typestringType of the AST nodecommon/types/src/codeboltjstypes/libFunctionTypes/internal.ts:91
value?anyNode value/contentcommon/types/src/codeboltjstypes/libFunctionTypes/internal.ts:103