Interface ASTNodeProcessor<T>
interface ASTNodeProcessor<T> { process(reader,
config,
raw): [id
: number, src
: string, ...args
: any[]]; } Methods
process
- process(reader, config, raw): [id: number, src: string, ...args: any[]]
Returns [id: number, src: string, ...args: any[]]