children? | InternalASTNode[] | Child nodes | common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:101 |
column? | number | Column number where the node starts | common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:99 |
end? | number | End position in the source code | common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:95 |
line? | number | Line number where the node starts | common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:97 |
start? | number | Start position in the source code | common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:93 |
type | string | Type of the AST node | common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:91 |
value? | any | Node value/content | common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:103 |