first commit

This commit is contained in:
2026-03-10 16:18:05 +00:00
commit 11f9c069b5
31635 changed files with 3187747 additions and 0 deletions

19
node_modules/metro-file-map/src/constants.js generated vendored Normal file
View File

@@ -0,0 +1,19 @@
"use strict";
const constants = {
DEPENDENCY_DELIM: "\0",
MTIME: 0,
SIZE: 1,
VISITED: 2,
DEPENDENCIES: 3,
SHA1: 4,
SYMLINK: 5,
ID: 6,
PATH: 0,
TYPE: 1,
MODULE: 0,
PACKAGE: 1,
GENERIC_PLATFORM: "g",
NATIVE_PLATFORM: "native",
};
module.exports = constants;