@xterm/addon-unicode11
Advanced tools
Comparing version
{ | ||
"name": "@xterm/addon-unicode11", | ||
"version": "0.7.0-beta.3", | ||
"version": "0.7.0-beta.4", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "The xterm.js authors", |
@@ -8,7 +8,7 @@ /** | ||
import { Terminal, ITerminalAddon } from '@xterm/xterm'; | ||
import type { Terminal, ITerminalAddon } from '@xterm/xterm'; | ||
import type { Unicode11Addon as IUnicode11Api } from '@xterm/addon-unicode11'; | ||
import { UnicodeV11 } from './UnicodeV11'; | ||
export class Unicode11Addon implements ITerminalAddon { | ||
export class Unicode11Addon implements ITerminalAddon , IUnicode11Api { | ||
public activate(terminal: Terminal): void { | ||
@@ -15,0 +15,0 @@ terminal.unicode.register(new UnicodeV11()); |
Sorry, the diff of this file is not supported yet
66177
0.3%301
0.33%