File tree 27 files changed +69
-69
lines changed
src/language-server/generated
src/language-server/generated
src/language-server/generated
src/language-server/generated
27 files changed +69
-69
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " langium-arithmetics-dsl" ,
3
3
"displayName" : " Arithmetics DSL" ,
4
- "version" : " 2.1 .0" ,
4
+ "version" : " 3.0 .0" ,
5
5
"description" : " Example language built with Langium" ,
6
6
"homepage" : " https://langium.org" ,
7
7
"engines" : {
69
69
"dependencies" : {
70
70
"chalk" : " ~5.3.0" ,
71
71
"commander" : " ~11.0.0" ,
72
- "langium" : " ~2.1 .0" ,
72
+ "langium" : " ~3.0 .0" ,
73
73
"vscode-languageclient" : " ~9.0.1" ,
74
74
"vscode-languageserver" : " ~9.0.1"
75
75
},
76
76
"devDependencies" : {
77
- "langium-cli" : " ~2.1 .0"
77
+ "langium-cli" : " ~3.0 .0"
78
78
},
79
79
"volta" : {
80
80
"node" : " 18.17.1" ,
Original file line number Diff line number Diff line change 1
1
/******************************************************************************
2
- * This file was generated by langium-cli 2.1 .0.
2
+ * This file was generated by langium-cli 3.0 .0.
3
3
* DO NOT EDIT MANUALLY!
4
4
******************************************************************************/
5
5
Original file line number Diff line number Diff line change 1
1
/******************************************************************************
2
- * This file was generated by langium-cli 2.1 .0.
2
+ * This file was generated by langium-cli 3.0 .0.
3
3
* DO NOT EDIT MANUALLY!
4
4
******************************************************************************/
5
5
Original file line number Diff line number Diff line change 1
1
/******************************************************************************
2
- * This file was generated by langium-cli 2.1 .0.
2
+ * This file was generated by langium-cli 3.0 .0.
3
3
* DO NOT EDIT MANUALLY!
4
4
******************************************************************************/
5
5
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " langium-domainmodel-dsl" ,
3
3
"displayName" : " Domain Model DSL" ,
4
- "version" : " 2.1 .0" ,
4
+ "version" : " 3.0 .0" ,
5
5
"description" : " Example language built with Langium" ,
6
6
"homepage" : " https://langium.org" ,
7
7
"engines" : {
60
60
"dependencies" : {
61
61
"chalk" : " ~5.3.0" ,
62
62
"commander" : " ~11.0.0" ,
63
- "langium" : " ~2.1 .0" ,
63
+ "langium" : " ~3.0 .0" ,
64
64
"lodash" : " ~4.17.21" ,
65
65
"vscode-languageclient" : " ~9.0.1" ,
66
66
"vscode-languageserver" : " ~9.0.1"
67
67
},
68
68
"devDependencies" : {
69
- "langium-cli" : " ~2.1 .0"
69
+ "langium-cli" : " ~3.0 .0"
70
70
},
71
71
"volta" : {
72
72
"node" : " 18.17.1" ,
Original file line number Diff line number Diff line change 1
1
/******************************************************************************
2
- * This file was generated by langium-cli 2.1 .0.
2
+ * This file was generated by langium-cli 3.0 .0.
3
3
* DO NOT EDIT MANUALLY!
4
4
******************************************************************************/
5
5
Original file line number Diff line number Diff line change 1
1
/******************************************************************************
2
- * This file was generated by langium-cli 2.1 .0.
2
+ * This file was generated by langium-cli 3.0 .0.
3
3
* DO NOT EDIT MANUALLY!
4
4
******************************************************************************/
5
5
Original file line number Diff line number Diff line change 1
1
/******************************************************************************
2
- * This file was generated by langium-cli 2.1 .0.
2
+ * This file was generated by langium-cli 3.0 .0.
3
3
* DO NOT EDIT MANUALLY!
4
4
******************************************************************************/
5
5
Original file line number Diff line number Diff line change 2
2
"name" : " langium-requirements-dsl" ,
3
3
"displayName" : " Requirements DSL" ,
4
4
"description" : " A demo showing how to combine two DSLs" ,
5
- "version" : " 2.1 .0" ,
5
+ "version" : " 3.0 .0" ,
6
6
"engines" : {
7
7
"vscode" : " ^1.67.0"
8
8
},
71
71
"dependencies" : {
72
72
"chalk" : " ~5.3.0" ,
73
73
"commander" : " ~11.0.0" ,
74
- "langium" : " ~2.1 .0" ,
74
+ "langium" : " ~3.0 .0" ,
75
75
"vscode-languageclient" : " ~9.0.1" ,
76
76
"vscode-languageserver" : " ~9.0.1"
77
77
},
78
78
"devDependencies" : {
79
- "langium-cli" : " ~2.1 .0"
79
+ "langium-cli" : " ~3.0 .0"
80
80
},
81
81
"volta" : {
82
82
"node" : " 18.17.1" ,
Original file line number Diff line number Diff line change 1
1
/******************************************************************************
2
- * This file was generated by langium-cli 2.1 .0.
2
+ * This file was generated by langium-cli 3.0 .0.
3
3
* DO NOT EDIT MANUALLY!
4
4
******************************************************************************/
5
5
Original file line number Diff line number Diff line change 1
1
/******************************************************************************
2
- * This file was generated by langium-cli 2.1 .0.
2
+ * This file was generated by langium-cli 3.0 .0.
3
3
* DO NOT EDIT MANUALLY!
4
4
******************************************************************************/
5
5
Original file line number Diff line number Diff line change 1
1
/******************************************************************************
2
- * This file was generated by langium-cli 2.1 .0.
2
+ * This file was generated by langium-cli 3.0 .0.
3
3
* DO NOT EDIT MANUALLY!
4
4
******************************************************************************/
5
5
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " langium-statemachine-dsl" ,
3
3
"displayName" : " State Machine DSL" ,
4
- "version" : " 2.1 .0" ,
4
+ "version" : " 3.0 .0" ,
5
5
"description" : " Example language built with Langium" ,
6
6
"homepage" : " https://langium.org" ,
7
7
"engines" : {
59
59
"dependencies" : {
60
60
"chalk" : " ~5.3.0" ,
61
61
"commander" : " ~11.0.0" ,
62
- "langium" : " ~2.1 .0" ,
62
+ "langium" : " ~3.0 .0" ,
63
63
"vscode-languageclient" : " ~9.0.1" ,
64
64
"vscode-languageserver" : " ~9.0.1"
65
65
},
66
66
"devDependencies" : {
67
- "langium-cli" : " ~2.1 .0"
67
+ "langium-cli" : " ~3.0 .0"
68
68
},
69
69
"volta" : {
70
70
"node" : " 18.17.1" ,
Original file line number Diff line number Diff line change 1
1
/******************************************************************************
2
- * This file was generated by langium-cli 2.1 .0.
2
+ * This file was generated by langium-cli 3.0 .0.
3
3
* DO NOT EDIT MANUALLY!
4
4
******************************************************************************/
5
5
Original file line number Diff line number Diff line change 1
1
/******************************************************************************
2
- * This file was generated by langium-cli 2.1 .0.
2
+ * This file was generated by langium-cli 3.0 .0.
3
3
* DO NOT EDIT MANUALLY!
4
4
******************************************************************************/
5
5
Original file line number Diff line number Diff line change 1
1
/******************************************************************************
2
- * This file was generated by langium-cli 2.1 .0.
2
+ * This file was generated by langium-cli 3.0 .0.
3
3
* DO NOT EDIT MANUALLY!
4
4
******************************************************************************/
5
5
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " generator-langium" ,
3
- "version" : " 2.1 .0" ,
3
+ "version" : " 3.0 .0" ,
4
4
"description" : " Yeoman generator for Langium - the language engineering tool" ,
5
5
"homepage" : " https://langium.org" ,
6
6
"engines" : {
Original file line number Diff line number Diff line change 15
15
"langium:watch" : " langium generate --watch"
16
16
},
17
17
"dependencies" : {
18
- "langium" : " ~2.1 .0"
18
+ "langium" : " ~3.0 .0"
19
19
},
20
20
"devDependencies" : {
21
21
"@types/node" : " ^18.0.0" ,
22
22
"@typescript-eslint/parser" : " ~6.4.1" ,
23
23
"@typescript-eslint/eslint-plugin" : " ~6.4.1" ,
24
24
"eslint" : " ~8.47.0" ,
25
- "langium-cli" : " ~2.1 .0" ,
25
+ "langium-cli" : " ~3.0 .0" ,
26
26
"typescript" : " ~5.1.6"
27
27
}
28
28
}
You can’t perform that action at this time.
0 commit comments