(e4, t4)
| 5939 | Object.defineProperty(e2, "__esModule", { value: true }), e2.Terminal = void 0; |
| 5940 | const t2 = i(9042), r = i(3236), n = i(844), o = i(5741), a = i(8285), h = i(7975), c = i(7090), l = ["cols", "rows"]; |
| 5941 | class d extends n.Disposable { |
| 5942 | constructor(e3) { |
| 5943 | super(), this._core = this.register(new r.Terminal(e3)), this._addonManager = this.register(new o.AddonManager()), this._publicOptions = { ...this._core.options }; |
| 5944 | const t3 = (e4) => this._core.options[e4], i2 = (e4, t4) => { |
| 5945 | this._checkReadonlyOptions(e4), this._core.options[e4] = t4; |
| 5946 | }; |
nothing calls this directly
no test coverage detected