File tree 33 files changed +116
-81
lines changed
src/language-server/generated
src/language-server/generated
src/language-server/generated
src/language-server/generated
33 files changed +116
-81
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ We maintain separate change logs for the individual packages:
9
9
10
10
## Closed Issues and PRs
11
11
12
+ * [ v2.1.0] ( https://github.com/eclipse-langium/langium/milestone/10?closed=1 )
12
13
* [ v2.0.0] ( https://github.com/eclipse-langium/langium/milestone/9?closed=1 )
13
14
* [ v1.3.0] ( https://github.com/eclipse-langium/langium/milestone/7?closed=1 )
14
15
* [ v1.2.0] ( https://github.com/eclipse-langium/langium/milestone/8?closed=1 )
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.0 .0" ,
4
+ "version" : " 2.1 .0" ,
5
5
"description" : " Example language built with Langium" ,
6
6
"homepage" : " https://langium.org" ,
7
7
"engines" : {
49
49
"type" : " module" ,
50
50
"main" : " ./out/extension.cjs" ,
51
51
"exports" : {
52
- "." : {
53
- "types" : " ./out/extension.d.ts" ,
54
- "default" : " ./out/extension.js"
55
- },
56
- "./api" : {
57
- "types" : " ./out/language-server/generated/ast.d.ts" ,
58
- "default" : " ./out/language-server/generated/ast.js"
59
- }
52
+ "." : {
53
+ "types" : " ./out/extension.d.ts" ,
54
+ "default" : " ./out/extension.js"
55
+ },
56
+ "./api" : {
57
+ "types" : " ./out/language-server/generated/ast.d.ts" ,
58
+ "default" : " ./out/language-server/generated/ast.js"
59
+ }
60
60
},
61
61
"scripts" : {
62
62
"build" : " node esbuild.mjs" ,
69
69
"dependencies" : {
70
70
"chalk" : " ~5.3.0" ,
71
71
"commander" : " ~11.0.0" ,
72
- "langium" : " ~2.0 .0" ,
72
+ "langium" : " ~2.1 .0" ,
73
73
"vscode-languageclient" : " ~9.0.1" ,
74
74
"vscode-languageserver" : " ~9.0.1"
75
75
},
76
76
"devDependencies" : {
77
- "langium-cli" : " ~2.0 .0"
77
+ "langium-cli" : " ~2.1 .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.0.1 .
2
+ * This file was generated by langium-cli 2.1.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.0.1 .
2
+ * This file was generated by langium-cli 2.1.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.0.1 .
2
+ * This file was generated by langium-cli 2.1.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.0 .0" ,
4
+ "version" : " 2.1 .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.0 .0" ,
63
+ "langium" : " ~2.1 .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.0 .0"
69
+ "langium-cli" : " ~2.1 .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.0.1 .
2
+ * This file was generated by langium-cli 2.1.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.0.1 .
2
+ * This file was generated by langium-cli 2.1.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.0.1 .
2
+ * This file was generated by langium-cli 2.1.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.0 .0" ,
5
+ "version" : " 2.1 .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.0 .0" ,
74
+ "langium" : " ~2.1 .0" ,
75
75
"vscode-languageclient" : " ~9.0.1" ,
76
76
"vscode-languageserver" : " ~9.0.1"
77
77
},
78
78
"devDependencies" : {
79
- "langium-cli" : " ~2.0 .0"
79
+ "langium-cli" : " ~2.1 .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.0.1 .
2
+ * This file was generated by langium-cli 2.1.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.0.1 .
2
+ * This file was generated by langium-cli 2.1.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.0.1 .
2
+ * This file was generated by langium-cli 2.1.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.0 .0" ,
4
+ "version" : " 2.1 .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.0 .0" ,
62
+ "langium" : " ~2.1 .0" ,
63
63
"vscode-languageclient" : " ~9.0.1" ,
64
64
"vscode-languageserver" : " ~9.0.1"
65
65
},
66
66
"devDependencies" : {
67
- "langium-cli" : " ~2.0 .0"
67
+ "langium-cli" : " ~2.1 .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.0.1 .
2
+ * This file was generated by langium-cli 2.1.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.0.1 .
2
+ * This file was generated by langium-cli 2.1.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.0.1 .
2
+ * This file was generated by langium-cli 2.1.0 .
3
3
* DO NOT EDIT MANUALLY!
4
4
******************************************************************************/
5
5
You can’t perform that action at this time.
0 commit comments