mirror of
https://github.com/yudai/gotty.git
synced 2025-12-25 19:58:50 +01:00
Update static assets
This commit is contained in:
parent
1de0cc6790
commit
e39401bc13
6 changed files with 14 additions and 9 deletions
2
js/dist/gotty-bundle.js
vendored
2
js/dist/gotty-bundle.js
vendored
File diff suppressed because one or more lines are too long
2
js/dist/gotty-bundle.js.map
vendored
2
js/dist/gotty-bundle.js.map
vendored
File diff suppressed because one or more lines are too long
3
js/dist/main.d.ts
vendored
3
js/dist/main.d.ts
vendored
|
|
@ -1 +1,2 @@
|
|||
export { };
|
||||
export declare class GoTTY {
|
||||
}
|
||||
|
|
|
|||
2
js/dist/xterm.d.ts
vendored
2
js/dist/xterm.d.ts
vendored
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue