-
-
Notifications
You must be signed in to change notification settings - Fork 303
refactor: simplify prop passing to ClientClass by using asyncapi object #1571
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
Aditya08Vashisht
wants to merge
20
commits into
asyncapi:master
Choose a base branch
from
Aditya08Vashisht:fix-prop-passing
base: master
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.
+7
−7
Open
Changes from 2 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
8afd069
Describe your changes here
Aditya08Vashisht 3365d83
Merge branch 'master' into fix-prop-passing
Aditya08Vashisht 6660f56
Update ClientClass.js
Aditya08Vashisht b860ddd
Update client.py.js
Aditya08Vashisht 4ae08af
Merge branch 'master' into fix-prop-passing
Aditya08Vashisht b40d7da
Resolve merge conflict in client.py.js
Aditya08Vashisht b6eba47
Update client.py.js
Aditya08Vashisht 7b587f6
refactor: update ClientClass to match asyncapi prop refactor
Aditya08Vashisht 400f099
refactor: update ClientClass to match asyncapi prop refactor
Aditya08Vashisht 21c8ac9
refactor: update ClientClass to match asyncapi prop refactor
Aditya08Vashisht e7e5dec
refactor: update ClientClass to match asyncapi prop refactor
Aditya08Vashisht a36e685
refactor: update ClientClass to match asyncapi prop refactor
Aditya08Vashisht e00cba7
Update client.py.js
Aditya08Vashisht 4de91fc
Update ClientClass.js
Aditya08Vashisht d836304
Update client.py.js
Aditya08Vashisht dc2ee8f
Update ClientClass.js
Aditya08Vashisht 30f1640
Update client.py.js
Aditya08Vashisht ed8af2f
Update client.py.js
Aditya08Vashisht 276d2dd
fix: restore removed components and helpers, cleaned incorrect additions
Aditya08Vashisht 04b1115
Merge branch 'master' into fix-prop-passing
Aditya08Vashisht 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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Complete the refactoring to use imported helper functions.
The helper functions are imported but never used, causing ESLint errors. This indicates incomplete implementation of the intended refactoring to use the
asyncapi
object.Based on the PR objectives and past review comments, the function signature should be updated to use these helpers:
📝 Committable suggestion
🧰 Tools
🪛 GitHub Check: Test NodeJS PR - ubuntu-latest
[failure] 2-2:
'getServer' is defined but never used
[failure] 2-2:
'getServerUrl' is defined but never used
[failure] 2-2:
'getClientName' is defined but never used
🪛 GitHub Actions: PR testing - if Node project
[error] 2-2: ESLint: 'getClientName' is defined but never used. (no-unused-vars)
🤖 Prompt for AI Agents