-
Notifications
You must be signed in to change notification settings - Fork 17
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
Fix #171 wollok ts api revamp #219
Merged
Merged
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
b8858ff
Fix #178
fdodino 3f2a05a
add single quotes as setting
fdodino 2c69a88
add constants + replace file extensions
fdodino 0048c25
add game, closure, etc. modules & apply method as constants
fdodino 7e15c61
add constants and use them
fdodino 774f6e5
Fix tests + rename closure to apply
fdodino d4ba408
Add <apply> and <toString> from closure as constants
fdodino 35fd2a0
Fix #178
fdodino 205e6f0
add single quotes as setting
fdodino dbeeea0
add constants + replace file extensions
fdodino a076097
add game, closure, etc. modules & apply method as constants
fdodino 7f9120e
add constants and use them
fdodino fe14cf3
Fix tests + rename closure to apply
fdodino 0ae135b
Add <apply> and <toString> from closure as constants
fdodino c040dc7
Merge branch 'fix-#171-wollok-ts-api-revamp' of github.com:uqbar-proj…
fdodino 8e40793
Renaming initialize method constant & using 'and' for reserved words
fdodino c838dc6
Big refactor for validator: splitted into several files
fdodino 8b7e438
wollok-ts-cli migration
fdodino ba87271
wollok-lsp-ide migration
fdodino 89e2ac8
Exporting interpreter functions
fdodino d4f27a6
ignore log
fdodino 76e99a9
Refactors done with Nahue
fdodino c215bc4
Add wre import
fdodino 134fcfa
Add more exports
fdodino 9711294
interpreter has cumbersome export mechanism. Back to original idea
fdodino c849651
Add export functions
fdodino 500cae7
exporting interpret & interpreter as definitions (no default)
fdodino 7c1ffc4
Adding elvis for node.metadata
fdodino 3ac9934
deleting unused definition
fdodino 866fd1e
removing unused function
fdodino 78e313e
add new test runner
fdodino 71db79d
add linker test
fdodino e7a600f
Add tests for package - step 1
fdodino 51e6728
Add first tests for isConstant
fdodino bdb7d75
Add tests for allScopedEntities
fdodino a942a66
add helpers tests
fdodino 06fca6a
allAvailableMethods + refactor utils in tests
fdodino 5bab774
add test for parent module
fdodino fbd76ad
Merge remote-tracking branch 'origin/master' into fix-#171-wollok-ts-…
fdodino 4b37382
add tests for implicit import
fdodino 26d88ee
Refactored helper tests
fdodino bee4010
Second refactor
fdodino 8d23186
Update wollok version
fdodino 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,5 @@ test/sanity | |
src/wre/wre.json | ||
.history | ||
.nyc_output | ||
coverage | ||
coverage | ||
wollok.log |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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.
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.
🤩