Skip to content

Commit

Permalink
chore: rename hermes-inspector-msggen to @react-native/hermes-inspect…
Browse files Browse the repository at this point in the history
…or-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 #34692

## Changelog

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

Pull Request resolved: #34850

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

Reviewed By: mattbfb

Differential Revision: D40060406

Pulled By: cortinico

fbshipit-source-id: e018fd88e8374a69fbd8737fbb9abe7565d4a003
  • Loading branch information
gabrieldonadel authored and facebook-github-bot committed Oct 5, 2022
1 parent 3610168 commit 530dae8
Show file tree
Hide file tree
Showing 25 changed files with 874 additions and 3,106 deletions.
3,087 changes: 0 additions & 3,087 deletions ReactCommon/hermes/inspector/tools/msggen/yarn.lock

This file was deleted.

4 changes: 3 additions & 1 deletion ReactCommon/hermes/inspector/tools/run_msggen
Expand Up @@ -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
Expand All @@ -28,3 +28,5 @@ node bin/index.js \

"${SIGNEDSOURCE}" sign "${HEADER_PATH}"
"${SIGNEDSOURCE}" sign "${CPP_PATH}"

popd >/dev/null
File renamed without changes.
File renamed without changes.
@@ -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"
Expand Down
884 changes: 868 additions & 16 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 530dae8

Please sign in to comment.