(e3, t3)
| 2580 | }))), this._writeBuffer = this.register(new p.WriteBuffer(((e4, t3) => this._inputHandler.parse(e4, t3)))), this.register((0, l.forwardEvent)(this._writeBuffer.onWriteParsed, this._onWriteParsed)); |
| 2581 | } |
| 2582 | write(e3, t3) { |
| 2583 | this._writeBuffer.write(e3, t3); |
| 2584 | } |
| 2585 | writeSync(e3, t3) { |
| 2586 | this._logService.logLevel <= r.LogLevelEnum.WARN && !m && (this._logService.warn("writeSync is unreliable and will be removed soon."), m = true), this._writeBuffer.writeSync(e3, t3); |
| 2587 | } |
no outgoing calls
no test coverage detected