chore: rename hermes-inspector-msggen to @react-native/hermes-inspector-msggen (#34850)

Summary:
This PR renames ` hermes-inspector-msggen` to `react-native/hermes-inspector-msggen`, moves it to  `packages/hermes-inspector-msggen` and makes the package private  as part of RFC480.

Related to https://github.com/facebook/react-native/issues/34692

## Changelog

[General] [Changed] - Move and rename `hermes-inspector-msggen` to `react-native/hermes-inspector-msggen`

Pull Request resolved: https://github.com/facebook/react-native/pull/34850

Test Plan: run `sh ReactCommon/hermes/inspector/tools/run_msggen`

Reviewed By: mattbfb

Differential Revision: D40060406

Pulled By: cortinico

fbshipit-source-id: e018fd88e8374a69fbd8737fbb9abe7565d4a003
This commit is contained in:
Gabriel Donadel Dall'Agnol
2022-10-05 03:57:08 -07:00
committed by Facebook GitHub Bot
parent 3610168bb0
commit 530dae8a45
25 changed files with 874 additions and 3106 deletions
File diff suppressed because it is too large Load Diff
@@ -12,7 +12,7 @@ FBSOURCE=$(hg root)
CLANG_FORMAT="${FBSOURCE}/tools/third-party/clang-format/clang-format"
SIGNEDSOURCE="${FBSOURCE}/tools/signedsource"
cd "${DIR}/msggen"
pushd "../../../../packages/hermes-inspector-msggen"
yarn install
yarn build
@@ -28,3 +28,5 @@ node bin/index.js \
"${SIGNEDSOURCE}" sign "${HEADER_PATH}"
"${SIGNEDSOURCE}" sign "${CPP_PATH}"
popd >/dev/null
@@ -1,6 +1,7 @@
{
"name": "hermes-inspector-msggen",
"version": "1.0.0",
"name": "@react-native/hermes-inspector-msggen",
"private": true,
"version": "0.71.0",
"license": "MIT",
"bin": {
"msggen": "./bin/index.js"
+868 -16
View File
File diff suppressed because it is too large Load Diff