mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-06 03:50:18 +02:00
refactor: upgrade to typescript-eslint v8
This commit is contained in:
parent
6115266a87
commit
66a98f89ba
32 changed files with 278 additions and 180 deletions
|
@ -61,12 +61,14 @@ export function placeholder<T>(): T {
|
|||
// But using top level await to load them requires Node.js 14.1.
|
||||
// So there is no point to do that. Let's just assume they exist in global.
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
declare class TextEncoderType {
|
||||
constructor();
|
||||
|
||||
encode(input: string): Uint8Array;
|
||||
}
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
declare class TextDecoderType {
|
||||
constructor();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue