-
-
Notifications
You must be signed in to change notification settings - Fork 277
feat(messenger): add generate-action-types CLI tool as subpath export
#8264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
cryptodev-2s
wants to merge
43
commits into
main
Choose a base branch
from
feat/messenger-generate-action-types-package
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
d04c173
feat: create `@metamask/messenger-generate-action-types` package
cryptodev-2s b44475e
fix: use tsx to invoke CLI source directly instead of built binary
cryptodev-2s 94c4321
refactor: merge generate-action-types into @metamask/messenger
cryptodev-2s 0bac580
chore: add changelog entry for generate-action-types in @metamask/mes…
cryptodev-2s e9923c1
test: achieve 100% coverage for generate-action-types in @metamask/me…
cryptodev-2s fa8bb15
refactor: simplify generate-action-types code
cryptodev-2s 5b34c6c
fix: update generated file header to `@metamask/messenger/generate-ac…
cryptodev-2s 57d9d37
chore: revert unrelated README.md changes
cryptodev-2s 0202e79
chore: fix prettier formatting in messenger package.json
cryptodev-2s 4a9fabb
refactor: rename parse-controller to parse-source
cryptodev-2s b9ae764
fix: move @metamask/utils to optional peerDependencies
cryptodev-2s 7858fe3
refactor: update CLI messaging to reference both controllers and serv…
cryptodev-2s 212c712
refactor: rename controller references to source throughout generate-…
cryptodev-2s f6dc0f4
refactor: use eslint package types instead of hand-rolled ESLint type
cryptodev-2s 3f2e0ea
chore: fix prettier formatting in messenger package.json
cryptodev-2s 74da211
fix: bind ESLint static methods to avoid unbound-method lint error
cryptodev-2s a462582
feat: add recursive directory search for MESSENGER_EXPOSED_METHODS
cryptodev-2s 96ca2da
fix: simplify generated file header to generic auto-generated message
cryptodev-2s 3fa5e4b
chore: fix prettier formatting in generate-content test
cryptodev-2s bdc18ba
refactor: remove redundant subdirectory scripts
cryptodev-2s a510208
chore: remove accidentally committed tmp files
cryptodev-2s d777127
Merge remote-tracking branch 'origin/main' into feat/messenger-genera…
cryptodev-2s 00cafdc
fix: lint issues
cryptodev-2s 646a812
refactor: remove unused subpath export and index.ts
cryptodev-2s fe5f1f0
test: add functional tests for generate-action-types CLI
cryptodev-2s d4e6bec
test: add functional tests for generate-action-types CLI using execa
cryptodev-2s ff21843
fix: correct dependency classification for generate-action-types
cryptodev-2s 3cba2e0
Merge branch 'main' into feat/messenger-generate-action-types-package
cryptodev-2s f24ab34
Merge remote-tracking branch 'origin/main' into feat/messenger-genera…
cryptodev-2s 74d37cc
Merge remote-tracking branch 'origin/main' into feat/messenger-genera…
cryptodev-2s e92c7bc
Merge remote-tracking branch 'origin/main' into feat/messenger-genera…
cryptodev-2s 3fd6227
fix: move @metamask/utils to dependencies and fix process.exitCode lint
cryptodev-2s 67a4fd8
fix: replace globalThis.process.exitCode in check.ts and cli.ts
cryptodev-2s b69a361
fix: remove duplicate @metamask/utils from devDependencies
cryptodev-2s 5d1891b
fix: correct outdated CLI command name in check.ts error message
cryptodev-2s d6f8f00
fix: update generate-method-action-types script paths and regenerate …
cryptodev-2s e130830
refactor: use createSandbox from @metamask/utils/node in generate-act…
cryptodev-2s 468a2ba
fix: correct CLI command name in check.ts error message
cryptodev-2s 940c62b
refactor: limit process.exitCode usage to cli.ts
cryptodev-2s a5edf3c
refactor: pass ESLint class directly instead of wrapping static methods
cryptodev-2s b5431b7
fix: skip excluded directories in recursive search and warn on ESLint…
cryptodev-2s f4fe1a5
Merge remote-tracking branch 'origin/main' into feat/messenger-genera…
cryptodev-2s 16512b7
fix: network-controller package.json
cryptodev-2s File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 6 additions & 7 deletions
13
...roller/src/config-registry-api-service/config-registry-api-service-method-action-types.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.