(msg: string, node: Node, scope?: TypeScope)
| 144 | } |
| 145 | |
| 146 | error(msg: string, node: Node, scope?: TypeScope): never { |
| 147 | throw new Error( |
| 148 | `[@vue/compiler-sfc] ${generateError(msg, node, this, scope)}`, |
| 149 | ) |
| 150 | } |
| 151 | } |
| 152 | |
| 153 | function generateError( |