(buffer)
| 3 | if (typeof FEATURE_NO_UNPARSER === 'undefined') { |
| 4 | Unparser = class { |
| 5 | constructor(buffer) { |
| 6 | this.buffer = buffer; |
| 7 | } |
| 8 | |
| 9 | static unparse(expression) { |
| 10 | let buffer = []; |
nothing calls this directly
no outgoing calls
no test coverage detected