-
Notifications
You must be signed in to change notification settings - Fork 46
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
[Worker Change] Add an LS extension for generating the worker model #310
Merged
lochana-chathura
merged 12 commits into
ballerina-platform:worker_change
from
nipunayf:main
Dec 11, 2023
Merged
[Worker Change] Add an LS extension for generating the worker model #310
lochana-chathura
merged 12 commits into
ballerina-platform:worker_change
from
nipunayf:main
Dec 11, 2023
Conversation
This file contains 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
nipunayf
changed the title
Add an LS extension for generating a worker model
Add an LS extension for generating the worker model
Dec 8, 2023
nipunayf
force-pushed
the
main
branch
8 times, most recently
from
December 10, 2023 16:43
6cba165
to
3caeb53
Compare
nipunayf
force-pushed
the
main
branch
2 times, most recently
from
December 11, 2023 09:00
1228a60
to
b51ca09
Compare
nipunayf
requested review from
sachiniSam,
keizer619 and
azinneera
as code owners
December 11, 2023 11:43
lochana-chathura
merged commit Dec 11, 2023
dbc95b5
into
ballerina-platform:worker_change
3 checks passed
nipunayf
changed the title
Add an LS extension for generating the worker model
[Worker Change] Add an LS extension for generating the worker model
Dec 11, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Purpose
The LS extension converts a given Ballerina code range to a JSON model that can be represented by the Eggplant UI.
Approach
Internally, the core module introduces a composite pattern of a visitor and builder that traverses through the visitor code to generate the expected JSON model.
Automation tests
Security checks
Samples
Test environment
OS: macOS 14.1.2 23B92
JDK: openjdk 20.0.2 2023-07-18