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

11
node_modules/hermes-compiler/README.md generated vendored Normal file
View File

@@ -0,0 +1,11 @@
## Hermes
Hermes compiler is used mainly by React Native to compile JavaScript to
Hermes bytecode.
See [hermesengine.dev](https://hermesengine.dev) for more information.
This package contains a Hermes bytecode compiler for Windows, Linux and macOS, plus Android runtime libraries for Windows.
Additional tools are available in
[hermes-engine-cli](https://www.npmjs.com/package/hermes-engine-cli).

BIN
node_modules/hermes-compiler/hermesc/linux64-bin/hermesc generated vendored Executable file

Binary file not shown.

BIN
node_modules/hermes-compiler/hermesc/osx-bin/hermesc generated vendored Executable file

Binary file not shown.

BIN
node_modules/hermes-compiler/hermesc/win64-bin/hermesc.exe generated vendored Executable file

Binary file not shown.

BIN
node_modules/hermes-compiler/hermesc/win64-bin/icudt64.dll generated vendored Executable file

Binary file not shown.

BIN
node_modules/hermes-compiler/hermesc/win64-bin/icuin64.dll generated vendored Executable file

Binary file not shown.

BIN
node_modules/hermes-compiler/hermesc/win64-bin/icuio64.dll generated vendored Executable file

Binary file not shown.

BIN
node_modules/hermes-compiler/hermesc/win64-bin/icutest64.dll generated vendored Executable file

Binary file not shown.

BIN
node_modules/hermes-compiler/hermesc/win64-bin/icutu64.dll generated vendored Executable file

Binary file not shown.

BIN
node_modules/hermes-compiler/hermesc/win64-bin/icuuc64.dll generated vendored Executable file

Binary file not shown.

BIN
node_modules/hermes-compiler/hermesc/win64-bin/msvcp140.dll generated vendored Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.

8
node_modules/hermes-compiler/index.js generated vendored Normal file
View File

@@ -0,0 +1,8 @@
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
// require.resolve fails if the package does not contain an index.js file.

11
node_modules/hermes-compiler/package.json generated vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "hermes-compiler",
"version": "0.14.1",
"private": false,
"description": "The hermes compiler CLI used during the React Native build process",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/facebook/hermes.git"
}
}