(msg: string, node: Node, scope?: TypeScope)
| 140 | } |
| 141 | |
| 142 | warn(msg: string, node: Node, scope?: TypeScope): void { |
| 143 | warn(generateError(msg, node, this, scope)) |
| 144 | } |
| 145 | |
| 146 | error(msg: string, node: Node, scope?: TypeScope): never { |
| 147 | throw new Error( |