@xterm/addon-serialize
Advanced tools
Comparing version 0.12.0-beta.3 to 0.12.0-beta.4
{ | ||
"name": "@xterm/addon-serialize", | ||
"version": "0.12.0-beta.3", | ||
"version": "0.12.0-beta.4", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "The xterm.js authors", |
@@ -8,5 +8,6 @@ /** | ||
import type { IBuffer, IBufferCell, IBufferRange, ITerminalAddon, Terminal } from '@xterm/xterm'; | ||
import type { SerializeAddon as ISerializeApi } from '@xterm/addon-serialize'; | ||
import { DEFAULT_ANSI_COLORS } from 'browser/services/ThemeService'; | ||
import { IAttributeData, IColor } from 'common/Types'; | ||
import { IBuffer, IBufferCell, IBufferRange, ITerminalAddon, Terminal } from '@xterm/xterm'; | ||
@@ -415,3 +416,3 @@ function constrain(value: number, low: number, high: number): number { | ||
export class SerializeAddon implements ITerminalAddon { | ||
export class SerializeAddon implements ITerminalAddon , ISerializeApi { | ||
private _terminal: Terminal | undefined; | ||
@@ -418,0 +419,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
161163
749