Update static assets

This commit is contained in:
Will Owens 2022-02-27 21:44:39 -05:00
parent 1de0cc6790
commit e39401bc13
6 changed files with 14 additions and 9 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

3
js/dist/main.d.ts vendored
View file

@ -1 +1,2 @@
export { };
export declare class GoTTY {
}

2
js/dist/xterm.d.ts vendored
View file

@ -1,6 +1,6 @@
/// <reference types="node" />
import { lib } from "libapps";
import { IDisposable, Terminal } from 'xterm';
import { IDisposable, Terminal } from "xterm";
import { FitAddon } from "xterm-addon-fit";
export declare class Xterm {
elem: HTMLElement;

View file

@ -3,6 +3,10 @@ import { Xterm } from "./xterm";
import { Terminal, WebTTY, protocols } from "./webtty";
import { ConnectionFactory } from "./websocket";
// NOTE: This fixes tsfmt diffs in dist with this file
export class GoTTY {
}
// @TODO remove these
declare var gotty_auth_token: string;
declare var gotty_term: string;

File diff suppressed because one or more lines are too long