File tree 27 files changed +95
-85
lines changed
src/language-server/generated
src/language-server/generated
src/language-server/generated
src/language-server/generated
27 files changed +95
-85
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" : " 1.2.1 " ,
4
+ "version" : " 2.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" : " ~10.0.0" ,
72
- "langium" : " ~1.2 .0" ,
72
+ "langium" : " ~2.0 .0" ,
73
73
"vscode-languageclient" : " ~8.0.2" ,
74
74
"vscode-languageserver" : " ~8.0.2"
75
75
},
76
76
"devDependencies" : {
77
- "langium-cli" : " ~1.2 .0"
77
+ "langium-cli" : " ~2.0 .0"
78
78
},
79
79
"volta" : {
80
80
"node" : " 18.17.0" ,
81
81
"npm" : " 9.5.1"
82
82
},
83
83
"repository" : {
84
84
"type" : " git" ,
85
- "url" : " https://github.com/langium/langium" ,
85
+ "url" : " https://github.com/eclipse- langium/langium" ,
86
86
"directory" : " examples/arithmetics"
87
87
},
88
- "bugs" : " https://github.com/langium/langium/issues" ,
88
+ "bugs" : " https://github.com/eclipse- langium/langium/issues" ,
89
89
"author" : {
90
90
"name" : " TypeFox" ,
91
91
"url" : " https://www.typefox.io"
Original file line number Diff line number Diff line change 1
1
/******************************************************************************
2
- * This file was generated by langium-cli 1.2.1 .
2
+ * This file was generated by langium-cli 2.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 1.2.1 .
2
+ * This file was generated by langium-cli 2.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 1.2.1 .
2
+ * This file was generated by langium-cli 2.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" : " 1.2 .0" ,
4
+ "version" : " 2.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" : " ~10.0.0" ,
63
- "langium" : " ~1.2 .0" ,
63
+ "langium" : " ~2.0 .0" ,
64
64
"lodash" : " ~4.17.21" ,
65
65
"vscode-languageclient" : " ~8.0.2" ,
66
66
"vscode-languageserver" : " ~8.0.2"
67
67
},
68
68
"devDependencies" : {
69
- "langium-cli" : " ~1.2 .0"
69
+ "langium-cli" : " ~2.0 .0"
70
70
},
71
71
"volta" : {
72
72
"node" : " 18.17.0" ,
73
73
"npm" : " 9.5.1"
74
74
},
75
75
"repository" : {
76
76
"type" : " git" ,
77
- "url" : " https://github.com/langium/langium" ,
77
+ "url" : " https://github.com/eclipse- langium/langium" ,
78
78
"directory" : " examples/domainmodel"
79
79
},
80
- "bugs" : " https://github.com/langium/langium/issues" ,
80
+ "bugs" : " https://github.com/eclipse- langium/langium/issues" ,
81
81
"author" : {
82
82
"name" : " TypeFox" ,
83
83
"url" : " https://www.typefox.io"
Original file line number Diff line number Diff line change 1
1
/******************************************************************************
2
- * This file was generated by langium-cli 1.2.1 .
2
+ * This file was generated by langium-cli 2.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 1.2.1 .
2
+ * This file was generated by langium-cli 2.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 1.2.1 .
2
+ * This file was generated by langium-cli 2.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" : " 1.2 .0" ,
5
+ "version" : " 2.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" : " ~10.0.0" ,
74
- "langium" : " ~1.2 .0" ,
74
+ "langium" : " ~2.0 .0" ,
75
75
"lodash" : " ~4.17.21" ,
76
76
"vscode-languageclient" : " ~8.0.2" ,
77
77
"vscode-languageserver" : " ~8.0.2"
78
78
},
79
79
"devDependencies" : {
80
- "langium-cli" : " ~1.2 .0"
80
+ "langium-cli" : " ~2.0 .0"
81
81
},
82
82
"volta" : {
83
83
"node" : " 18.17.0" ,
84
84
"npm" : " 9.5.1"
85
+ },
86
+ "repository" : {
87
+ "type" : " git" ,
88
+ "url" : " https://github.com/eclipse-langium/langium" ,
89
+ "directory" : " examples/requirements"
90
+ },
91
+ "bugs" : " https://github.com/eclipse-langium/langium/issues" ,
92
+ "author" : {
93
+ "name" : " TypeFox" ,
94
+ "url" : " https://www.typefox.io"
85
95
}
86
96
}
Original file line number Diff line number Diff line change 1
1
/******************************************************************************
2
- * This file was generated by langium-cli 1.2.1 .
2
+ * This file was generated by langium-cli 2.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 1.2.1 .
2
+ * This file was generated by langium-cli 2.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 1.2.1 .
2
+ * This file was generated by langium-cli 2.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" : " 1.2 .0" ,
4
+ "version" : " 2.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" : " ~10.0.0" ,
62
- "langium" : " ~1.2 .0" ,
62
+ "langium" : " ~2.0 .0" ,
63
63
"lodash" : " ^4.17.21"
64
64
},
65
65
"devDependencies" : {
66
- "langium-cli" : " ~1.2 .0"
66
+ "langium-cli" : " ~2.0 .0"
67
67
},
68
68
"volta" : {
69
69
"node" : " 18.17.0" ,
70
70
"npm" : " 9.5.1"
71
71
},
72
72
"repository" : {
73
73
"type" : " git" ,
74
- "url" : " https://github.com/langium/langium" ,
74
+ "url" : " https://github.com/eclipse- langium/langium" ,
75
75
"directory" : " examples/statemachine"
76
76
},
77
- "bugs" : " https://github.com/langium/langium/issues" ,
77
+ "bugs" : " https://github.com/eclipse- langium/langium/issues" ,
78
78
"author" : {
79
79
"name" : " TypeFox" ,
80
80
"url" : " https://www.typefox.io"
Original file line number Diff line number Diff line change 1
1
/******************************************************************************
2
- * This file was generated by langium-cli 1.2.1 .
2
+ * This file was generated by langium-cli 2.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 1.2.1 .
2
+ * This file was generated by langium-cli 2.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 1.2.1 .
2
+ * This file was generated by langium-cli 2.0.0 .
3
3
* DO NOT EDIT MANUALLY!
4
4
******************************************************************************/
5
5
You can’t perform that action at this time.
0 commit comments