()
| 1725 | return node; |
| 1726 | } |
| 1727 | _position() { |
| 1728 | return { |
| 1729 | filename: this._tokenizer.filename, |
| 1730 | lineno: this._tokenizer.lineno, |
| 1731 | col_offset: this._tokenizer.col_offset |
| 1732 | }; |
| 1733 | } |
| 1734 | _location() { |
| 1735 | return this._tokenizer.location(); |
| 1736 | } |
no outgoing calls
no test coverage detected