File tree Expand file tree Collapse file tree
packages/metro-file-map/types Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 *
77 * @noformat
88 * @oncall react_native
9- * @generated SignedSource<<b3646c81d37188726a1fc27777dcbede >>
9+ * @generated SignedSource<<d4b91c479ffb5b69180cdbcbefc8ddf9 >>
1010 *
1111 * This file was translated from Flow by scripts/generateTypeScriptDefinitions.js
1212 * Original file: packages/metro-file-map/src/flow-types.js
@@ -258,6 +258,7 @@ export interface FileSystem {
258258 } > ,
259259 ) : { changedFiles : FileData ; removedFiles : Set < string > } ;
260260 getSerializableSnapshot ( ) : CacheData [ 'fileSystemData' ] ;
261+ getMtimeByNormalPath ( file : Path ) : null | undefined | number ;
261262 getSha1 ( file : Path ) : null | undefined | string ;
262263 getOrComputeSha1 (
263264 file : Path ,
Original file line number Diff line number Diff line change 55 * LICENSE file in the root directory of this source tree.
66 *
77 * @noformat
8- * @generated SignedSource<<65a3c4140d459a56b8c949e52b32ea1b >>
8+ * @generated SignedSource<<6d6884954a365012937ecfef9e179037 >>
99 *
1010 * This file was translated from Flow by scripts/generateTypeScriptDefinitions.js
1111 * Original file: packages/metro-file-map/src/lib/TreeFS.js
@@ -109,6 +109,7 @@ declare class TreeFS implements MutableFileSystem {
109109 files : FileData ,
110110 options ?: Readonly < { subpath ?: string } > ,
111111 ) : { changedFiles : FileData ; removedFiles : Set < string > } ;
112+ getMtimeByNormalPath ( normalPath : Path ) : null | undefined | number ;
112113 getSha1 ( mixedPath : Path ) : null | undefined | string ;
113114 getOrComputeSha1 (
114115 mixedPath : Path ,
You can’t perform that action at this time.
0 commit comments