mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-25 17:17:43 +00:00
chore: Update common/web/types/src/util/compiler-interfaces.ts
Co-authored-by: Joshua Horton <joshua_horton@sil.org>
This commit is contained in:
parent
e2dc338ef1
commit
2a1bbad5f8
1 changed files with 0 additions and 1 deletions
|
|
@ -220,7 +220,6 @@ export interface CompilerFileSystemCallbacks {
|
|||
readFileSync(path: string, options: { encoding: string; flag?: string; } | string): string;
|
||||
readFileSync(path: string, options?: { encoding?: string | null; flag?: string; } | string | null): string | Uint8Array;
|
||||
writeFileSync(path: string, data: Uint8Array): void;
|
||||
// statSync(path: string):
|
||||
|
||||
existsSync(name: string): boolean;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue