Skip to content

Commit

Permalink
Integrating langauge tests again in generator and enhancing tests
Browse files Browse the repository at this point in the history
- Updated relevant dependencies and aligned version in the repo
  • Loading branch information
kaisalmen committed Jun 14, 2024
1 parent 3aac21b commit 16211b6
Show file tree
Hide file tree
Showing 22 changed files with 743 additions and 569 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ indent_size = 4
end_of_line = lf
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ node_modules/
*.vsix
*.tsbuildinfo
hello-world
examples/generator-tests
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"javascript",
"typescript"
],
"vitest.enable": true,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/arithmetics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
},
"dependencies": {
"chalk": "~5.3.0",
"commander": "~11.0.0",
"commander": "~11.1.0",
"langium": "~3.0.0",
"vscode-languageclient": "~9.0.1",
"vscode-languageserver": "~9.0.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/domainmodel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"dependencies": {
"chalk": "~5.3.0",
"commander": "~11.0.0",
"commander": "~11.1.0",
"langium": "~3.0.0",
"lodash": "~4.17.21",
"vscode-languageclient": "~9.0.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/requirements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
"dependencies": {
"chalk": "~5.3.0",
"commander": "~11.0.0",
"commander": "~11.1.0",
"langium": "~3.0.0",
"vscode-languageclient": "~9.0.1",
"vscode-languageserver": "~9.0.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/statemachine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"dependencies": {
"chalk": "~5.3.0",
"commander": "~11.0.0",
"commander": "~11.1.0",
"langium": "~3.0.0",
"vscode-languageclient": "~9.0.1",
"vscode-languageserver": "~9.0.1"
Expand Down
Loading

0 comments on commit 16211b6

Please sign in to comment.