mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-30 21:07:04 +02:00
Switch ts and babel for swc-loader
Replace old <> assertion syntax
This commit is contained in:
@@ -49,7 +49,7 @@ export function tabCompletion(
|
||||
);
|
||||
return;
|
||||
}
|
||||
const textBox = <HTMLInputElement>textBoxElem;
|
||||
const textBox = textBoxElem as HTMLInputElement;
|
||||
|
||||
const oldValue = textBox.value;
|
||||
const semiColonIndex = oldValue.lastIndexOf(";");
|
||||
|
||||
Reference in New Issue
Block a user