revert wrongly editied files

This commit is contained in:
Jörg Breitbart
2023-05-20 15:29:38 +02:00
parent ebfa2018dd
commit 3003185676
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -9,7 +9,6 @@ import { spawn } from 'node-pty';
import { Utf8ToUtf32, stringFromCodePoint } from 'common/input/TextDecoder';
import { Terminal } from 'browser/Terminal';
perfContext('Terminal: ls -lR /usr/lib', () => {
let content = '';
let contentUtf8: Uint8Array;
+1 -2
View File
@@ -16,8 +16,7 @@
"paths": {
"common/*": [ "../../src/common/*" ],
"browser/*": [ "../../src/browser/*" ],
"Terminal": ["../../src/Terminal"],
"UnicodeGraphemesAddon": ["../../addons/xterm-addon-unicode-graphemes/src/UnicodeGraphemesAddon"]
"Terminal": ["../../src/Terminal"]
},
},
"include": [