-
Notifications
You must be signed in to change notification settings - Fork 1
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
Langium #72
Conversation
…ference to jar file
…validation checks somewhat
…creating a pattern
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.
Looks pretty Good! We just need to bump the release version properly before being able to deploy.
langium/tsconfig.json
Outdated
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.
I'm wondering why the noUnusedLocals
needs to be set to True and why we are including it in the config files flagged as -old.
It would be nice to clean it up if this file is not necessary, or to remove the -old
flag if they are mandatory,
@@ -26,8 +26,6 @@ | |||
"package": "npm run check-types && node esbuild.mjs --production" | |||
}, | |||
"dependencies": { |
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.
Excellent to have removed the unecessary dependencies!
Added compositions and patterns into langium grammar, added load statements