Home
last modified time | relevance | path

Searched refs:WatchInvokeOptions (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/harness/
DvirtualFileSystemWithWatch.ts294 export interface WatchInvokeOptions { interface
474 modifyFile(filePath: string, content: string, options?: Partial<WatchInvokeOptions>) {
563 …riggerAsFileCreate?: boolean, ignoreParentWatch?: boolean, options?: Partial<WatchInvokeOptions>) {
585 …llPath: string, ignoreWatch: boolean | undefined, options: Partial<WatchInvokeOptions> | undefined…
607 …ory: FsFile | FsFolder | FsSymLink, ignoreWatch?: boolean, options?: Partial<WatchInvokeOptions>) {
625 …tory: FsFile | FsFolder | FsSymLink, isRenaming?: boolean, options?: Partial<WatchInvokeOptions>) {
1006 prependFile(path: string, content: string, options?: Partial<WatchInvokeOptions>): void {
1010 appendFile(path: string, content: string, options?: Partial<WatchInvokeOptions>): void {