Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions examples/arithmetics/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "langium-arithmetics-dsl",
"displayName": "Arithmetics DSL",
"version": "1.2.1",
"version": "2.0.0",
"description": "Example language built with Langium",
"homepage": "https://langium.org",
"engines": {
Expand Down Expand Up @@ -69,23 +69,23 @@
"dependencies": {
"chalk": "~5.3.0",
"commander": "~10.0.0",
"langium": "~1.2.0",
"langium": "~2.0.0",
"vscode-languageclient": "~8.0.2",
"vscode-languageserver": "~8.0.2"
},
"devDependencies": {
"langium-cli": "~1.2.0"
"langium-cli": "~2.0.0"
},
"volta": {
"node": "18.17.0",
"npm": "9.5.1"
},
"repository": {
"type": "git",
"url": "https://github.com/langium/langium",
"url": "https://github.com/eclipse-langium/langium",
"directory": "examples/arithmetics"
},
"bugs": "https://github.com/langium/langium/issues",
"bugs": "https://github.com/eclipse-langium/langium/issues",
"author": {
"name": "TypeFox",
"url": "https://www.typefox.io"
Expand Down
2 changes: 1 addition & 1 deletion examples/arithmetics/src/language-server/generated/ast.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/******************************************************************************
* This file was generated by langium-cli 1.2.1.
* This file was generated by langium-cli 2.0.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/******************************************************************************
* This file was generated by langium-cli 1.2.1.
* This file was generated by langium-cli 2.0.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/******************************************************************************
* This file was generated by langium-cli 1.2.1.
* This file was generated by langium-cli 2.0.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

Expand Down
10 changes: 5 additions & 5 deletions examples/domainmodel/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "langium-domainmodel-dsl",
"displayName": "Domain Model DSL",
"version": "1.2.0",
"version": "2.0.0",
"description": "Example language built with Langium",
"homepage": "https://langium.org",
"engines": {
Expand Down Expand Up @@ -60,24 +60,24 @@
"dependencies": {
"chalk": "~5.3.0",
"commander": "~10.0.0",
"langium": "~1.2.0",
"langium": "~2.0.0",
"lodash": "~4.17.21",
"vscode-languageclient": "~8.0.2",
"vscode-languageserver": "~8.0.2"
},
"devDependencies": {
"langium-cli": "~1.2.0"
"langium-cli": "~2.0.0"
},
"volta": {
"node": "18.17.0",
"npm": "9.5.1"
},
"repository": {
"type": "git",
"url": "https://github.com/langium/langium",
"url": "https://github.com/eclipse-langium/langium",
"directory": "examples/domainmodel"
},
"bugs": "https://github.com/langium/langium/issues",
"bugs": "https://github.com/eclipse-langium/langium/issues",
"author": {
"name": "TypeFox",
"url": "https://www.typefox.io"
Expand Down
2 changes: 1 addition & 1 deletion examples/domainmodel/src/language-server/generated/ast.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/******************************************************************************
* This file was generated by langium-cli 1.2.1.
* This file was generated by langium-cli 2.0.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/******************************************************************************
* This file was generated by langium-cli 1.2.1.
* This file was generated by langium-cli 2.0.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/******************************************************************************
* This file was generated by langium-cli 1.2.1.
* This file was generated by langium-cli 2.0.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

Expand Down
16 changes: 13 additions & 3 deletions examples/requirements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "langium-requirements-dsl",
"displayName": "Requirements DSL",
"description": "A demo showing how to combine two DSLs",
"version": "1.2.0",
"version": "2.0.0",
"engines": {
"vscode": "^1.67.0"
},
Expand Down Expand Up @@ -71,16 +71,26 @@
"dependencies": {
"chalk": "~5.3.0",
"commander": "~10.0.0",
"langium": "~1.2.0",
"langium": "~2.0.0",
"lodash": "~4.17.21",
"vscode-languageclient": "~8.0.2",
"vscode-languageserver": "~8.0.2"
},
"devDependencies": {
"langium-cli": "~1.2.0"
"langium-cli": "~2.0.0"
},
"volta": {
"node": "18.17.0",
"npm": "9.5.1"
},
"repository": {
"type": "git",
"url": "https://github.com/eclipse-langium/langium",
"directory": "examples/requirements"
},
"bugs": "https://github.com/eclipse-langium/langium/issues",
"author": {
"name": "TypeFox",
"url": "https://www.typefox.io"
}
}
2 changes: 1 addition & 1 deletion examples/requirements/src/language-server/generated/ast.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/******************************************************************************
* This file was generated by langium-cli 1.2.1.
* This file was generated by langium-cli 2.0.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/******************************************************************************
* This file was generated by langium-cli 1.2.1.
* This file was generated by langium-cli 2.0.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/******************************************************************************
* This file was generated by langium-cli 1.2.1.
* This file was generated by langium-cli 2.0.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

Expand Down
10 changes: 5 additions & 5 deletions examples/statemachine/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "langium-statemachine-dsl",
"displayName": "State Machine DSL",
"version": "1.2.0",
"version": "2.0.0",
"description": "Example language built with Langium",
"homepage": "https://langium.org",
"engines": {
Expand Down Expand Up @@ -59,22 +59,22 @@
"dependencies": {
"chalk": "~5.3.0",
"commander": "~10.0.0",
"langium": "~1.2.0",
"langium": "~2.0.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"langium-cli": "~1.2.0"
"langium-cli": "~2.0.0"
},
"volta": {
"node": "18.17.0",
"npm": "9.5.1"
},
"repository": {
"type": "git",
"url": "https://github.com/langium/langium",
"url": "https://github.com/eclipse-langium/langium",
"directory": "examples/statemachine"
},
"bugs": "https://github.com/langium/langium/issues",
"bugs": "https://github.com/eclipse-langium/langium/issues",
"author": {
"name": "TypeFox",
"url": "https://www.typefox.io"
Expand Down
2 changes: 1 addition & 1 deletion examples/statemachine/src/language-server/generated/ast.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/******************************************************************************
* This file was generated by langium-cli 1.2.1.
* This file was generated by langium-cli 2.0.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/******************************************************************************
* This file was generated by langium-cli 1.2.1.
* This file was generated by langium-cli 2.0.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/******************************************************************************
* This file was generated by langium-cli 1.2.1.
* This file was generated by langium-cli 2.0.0.
* DO NOT EDIT MANUALLY!
******************************************************************************/

Expand Down
Loading