hermes-compiler 0.14.0-commitly-202509240906-100fe4068 → 250829098.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/hermesc/linux64-bin/hermesc +0 -0
- package/hermesc/osx-bin/hermesc +0 -0
- package/package.json +9 -9
- package/README.md +0 -11
- package/hermesc/win64-bin/hermesc.exe +0 -0
- package/hermesc/win64-bin/icudt64.dll +0 -0
- package/hermesc/win64-bin/icuin64.dll +0 -0
- package/hermesc/win64-bin/icuio64.dll +0 -0
- package/hermesc/win64-bin/icutest64.dll +0 -0
- package/hermesc/win64-bin/icutu64.dll +0 -0
- package/hermesc/win64-bin/icuuc64.dll +0 -0
- package/hermesc/win64-bin/msvcp140.dll +0 -0
- package/hermesc/win64-bin/vcruntime140.dll +0 -0
- package/hermesc/win64-bin/vcruntime140_1.dll +0 -0
|
Binary file
|
package/hermesc/osx-bin/hermesc
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
2
|
+
"name": "hermes-compiler",
|
|
3
|
+
"version": "250829098.0.0",
|
|
4
|
+
"private": false,
|
|
5
|
+
"description": "The hermes compiler CLI used during the React Native build process",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "git+ssh://git@github.com/facebook/hermes.git"
|
|
10
|
+
}
|
|
11
11
|
}
|
package/README.md
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
## Hermes
|
|
2
|
-
|
|
3
|
-
Hermes compiler is used mainly by React Native to compile JavaScript to
|
|
4
|
-
Hermes bytecode.
|
|
5
|
-
|
|
6
|
-
See [hermesengine.dev](https://hermesengine.dev) for more information.
|
|
7
|
-
|
|
8
|
-
This package contains a Hermes bytecode compiler for Windows, Linux and macOS, plus Android runtime libraries for Windows.
|
|
9
|
-
|
|
10
|
-
Additional tools are available in
|
|
11
|
-
[hermes-engine-cli](https://www.npmjs.com/package/hermes-engine-cli).
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|