Skip to content
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

Small fixes for lox example #47

Merged
merged 1 commit into from
Dec 18, 2024
Merged

Small fixes for lox example #47

merged 1 commit into from
Dec 18, 2024

Conversation

insafuhrmann
Copy link
Member

Investigating the lox example I recognised these small things. The ox-cli -> lox-cli seems to be a typo to me. The addition to launch.json is inspired by eclipse-langium/langium#410 and parallel to the config of ox.

Copy link
Collaborator

@JohannesMeierSE JohannesMeierSE left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine, thanks for your investigations @insafuhrmann!

@@ -28,7 +28,8 @@
],
"sourceMaps": true,
"outFiles": [
"${workspaceFolder}/examples/lox/out/**/*.js"
"${workspaceFolder}/examples/lox/out/**/*.js",
"${workspaceFolder}/examples/lox/node_modules/langium/**/*.js"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this! I was not aware of this

@insafuhrmann insafuhrmann merged commit cfbe123 into main Dec 18, 2024
2 checks passed
JohannesMeierSE added a commit that referenced this pull request Dec 19, 2024
* Renamed "domain element" to "language node", as discussed in #47 
* Fixed typos and security vulnerabilities according to #48 (thank you very much @aabounegm!)
* Improved the README
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants