(name: string, attrs?: Record<string, string>)
| 246 | readonly prototype: AstNode; |
| 247 | new (name: string, type: number): AstNode; |
| 248 | create(name: string, attrs?: Record<string, string>): AstNode; |
| 249 | } |
| 250 | declare class AstNode { |
| 251 | static create(name: string, attrs?: Record<string, string>): AstNode; |
no outgoing calls
no test coverage detected