@gooddata/code-cli 0.3.1 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NOTICE.txt +0 -135
- package/out/index.js +4 -4
- package/out/index.js.LICENSE.txt +92 -48
- package/package.json +1 -1
package/out/index.js.LICENSE.txt
CHANGED
|
@@ -68,6 +68,8 @@
|
|
|
68
68
|
|
|
69
69
|
/*! ../../../../../services */
|
|
70
70
|
|
|
71
|
+
/*! ../../../../../shared/customUrl */
|
|
72
|
+
|
|
71
73
|
/*! ../../../../../store */
|
|
72
74
|
|
|
73
75
|
/*! ../../../../../utils */
|
|
@@ -192,6 +194,8 @@
|
|
|
192
194
|
|
|
193
195
|
/*! ../../../shared/const */
|
|
194
196
|
|
|
197
|
+
/*! ../../../shared/customUrl */
|
|
198
|
+
|
|
195
199
|
/*! ../../../shared/objects */
|
|
196
200
|
|
|
197
201
|
/*! ../../../shared/utils */
|
|
@@ -268,6 +272,10 @@
|
|
|
268
272
|
|
|
269
273
|
/*! ../../convertors/declarative */
|
|
270
274
|
|
|
275
|
+
/*! ../../convertors/declarative/conts */
|
|
276
|
+
|
|
277
|
+
/*! ../../convertors/declarative/utils/yamlUtils */
|
|
278
|
+
|
|
271
279
|
/*! ../../convertors/fromBackend/ColorPaletteConverter.js */
|
|
272
280
|
|
|
273
281
|
/*! ../../convertors/fromBackend/SettingsConverter.js */
|
|
@@ -300,6 +308,8 @@
|
|
|
300
308
|
|
|
301
309
|
/*! ../../features/references */
|
|
302
310
|
|
|
311
|
+
/*! ../../features/references/utils */
|
|
312
|
+
|
|
303
313
|
/*! ../../features/remote */
|
|
304
314
|
|
|
305
315
|
/*! ../../features/validations */
|
|
@@ -344,6 +354,8 @@
|
|
|
344
354
|
|
|
345
355
|
/*! ../../position */
|
|
346
356
|
|
|
357
|
+
/*! ../../public/DirectoryNode */
|
|
358
|
+
|
|
347
359
|
/*! ../../public/FileNode */
|
|
348
360
|
|
|
349
361
|
/*! ../../references */
|
|
@@ -538,8 +550,6 @@
|
|
|
538
550
|
|
|
539
551
|
/*! ../compile/util */
|
|
540
552
|
|
|
541
|
-
/*! ../completion/helpers */
|
|
542
|
-
|
|
543
553
|
/*! ../completionItem */
|
|
544
554
|
|
|
545
555
|
/*! ../compose/resolve-block-scalar.js */
|
|
@@ -1960,8 +1970,6 @@
|
|
|
1960
1970
|
|
|
1961
1971
|
/*! ./collecting */
|
|
1962
1972
|
|
|
1963
|
-
/*! ./color.js */
|
|
1964
|
-
|
|
1965
1973
|
/*! ./colors/index.js */
|
|
1966
1974
|
|
|
1967
1975
|
/*! ./columnChart */
|
|
@@ -1982,6 +1990,8 @@
|
|
|
1982
1990
|
|
|
1983
1991
|
/*! ./comparator.js */
|
|
1984
1992
|
|
|
1993
|
+
/*! ./compare */
|
|
1994
|
+
|
|
1985
1995
|
/*! ./compile */
|
|
1986
1996
|
|
|
1987
1997
|
/*! ./compile/codegen */
|
|
@@ -2002,6 +2012,8 @@
|
|
|
2002
2012
|
|
|
2003
2013
|
/*! ./completionItem */
|
|
2004
2014
|
|
|
2015
|
+
/*! ./completionPath */
|
|
2016
|
+
|
|
2005
2017
|
/*! ./completions/complete */
|
|
2006
2018
|
|
|
2007
2019
|
/*! ./compose-collection.js */
|
|
@@ -2504,6 +2516,8 @@
|
|
|
2504
2516
|
|
|
2505
2517
|
/*! ./from/declarativeMetricToYaml */
|
|
2506
2518
|
|
|
2519
|
+
/*! ./from/declarativePluginToYaml */
|
|
2520
|
+
|
|
2507
2521
|
/*! ./from/declarativeVisualisationToYaml */
|
|
2508
2522
|
|
|
2509
2523
|
/*! ./fromDeclarative */
|
|
@@ -3018,6 +3032,8 @@
|
|
|
3018
3032
|
|
|
3019
3033
|
/*! ./public-api.js */
|
|
3020
3034
|
|
|
3035
|
+
/*! ./public/DirectoryNode */
|
|
3036
|
+
|
|
3021
3037
|
/*! ./public/FileNode */
|
|
3022
3038
|
|
|
3023
3039
|
/*! ./pyramidChart */
|
|
@@ -3064,6 +3080,8 @@
|
|
|
3064
3080
|
|
|
3065
3081
|
/*! ./resolve-props.js */
|
|
3066
3082
|
|
|
3083
|
+
/*! ./resolve/dashboards */
|
|
3084
|
+
|
|
3067
3085
|
/*! ./resolve/dataset */
|
|
3068
3086
|
|
|
3069
3087
|
/*! ./resolve/metric */
|
|
@@ -3098,6 +3116,8 @@
|
|
|
3098
3116
|
|
|
3099
3117
|
/*! ./schema/Schema.js */
|
|
3100
3118
|
|
|
3119
|
+
/*! ./schemaPath */
|
|
3120
|
+
|
|
3101
3121
|
/*! ./schemas */
|
|
3102
3122
|
|
|
3103
3123
|
/*! ./schemas.store */
|
|
@@ -3142,6 +3162,8 @@
|
|
|
3142
3162
|
|
|
3143
3163
|
/*! ./signatures */
|
|
3144
3164
|
|
|
3165
|
+
/*! ./simple */
|
|
3166
|
+
|
|
3145
3167
|
/*! ./sort */
|
|
3146
3168
|
|
|
3147
3169
|
/*! ./source */
|
|
@@ -3218,12 +3240,16 @@
|
|
|
3218
3240
|
|
|
3219
3241
|
/*! ./to */
|
|
3220
3242
|
|
|
3243
|
+
/*! ./to/yamlDashboardToDeclarative */
|
|
3244
|
+
|
|
3221
3245
|
/*! ./to/yamlDatasetToDeclarative */
|
|
3222
3246
|
|
|
3223
3247
|
/*! ./to/yamlDateDatasetToDeclarative */
|
|
3224
3248
|
|
|
3225
3249
|
/*! ./to/yamlMetricToDeclarative */
|
|
3226
3250
|
|
|
3251
|
+
/*! ./to/yamlPluginToDeclarative */
|
|
3252
|
+
|
|
3227
3253
|
/*! ./to/yamlVisualisationToDeclarative */
|
|
3228
3254
|
|
|
3229
3255
|
/*! ./toDeclarative */
|
|
@@ -3442,6 +3468,8 @@
|
|
|
3442
3468
|
|
|
3443
3469
|
/*! @gooddata/code-schemas */
|
|
3444
3470
|
|
|
3471
|
+
/*! @gooddata/code-unist */
|
|
3472
|
+
|
|
3445
3473
|
/*! @gooddata/maql-antlr4ts */
|
|
3446
3474
|
|
|
3447
3475
|
/*! @gooddata/maql-language-server */
|
|
@@ -3750,14 +3778,6 @@
|
|
|
3750
3778
|
|
|
3751
3779
|
/*! unist-builder */
|
|
3752
3780
|
|
|
3753
|
-
/*! unist-util-is */
|
|
3754
|
-
|
|
3755
|
-
/*! unist-util-visit */
|
|
3756
|
-
|
|
3757
|
-
/*! unist-util-visit-children */
|
|
3758
|
-
|
|
3759
|
-
/*! unist-util-visit-parents */
|
|
3760
|
-
|
|
3761
3781
|
/*! uri-js */
|
|
3762
3782
|
|
|
3763
3783
|
/*! url */
|
|
@@ -4058,6 +4078,10 @@
|
|
|
4058
4078
|
!*** ./src/store/yaml/index.ts ***!
|
|
4059
4079
|
\*********************************/
|
|
4060
4080
|
|
|
4081
|
+
/*!**********************************!*\
|
|
4082
|
+
!*** ../code-unist/out/index.js ***!
|
|
4083
|
+
\**********************************/
|
|
4084
|
+
|
|
4061
4085
|
/*!**********************************!*\
|
|
4062
4086
|
!*** ./schemas/v1/metadata.json ***!
|
|
4063
4087
|
\**********************************/
|
|
@@ -4110,6 +4134,10 @@
|
|
|
4110
4134
|
!*** ./src/schema/diagnostics.ts ***!
|
|
4111
4135
|
\***********************************/
|
|
4112
4136
|
|
|
4137
|
+
/*!***********************************!*\
|
|
4138
|
+
!*** ./src/schema/path/common.ts ***!
|
|
4139
|
+
\***********************************/
|
|
4140
|
+
|
|
4113
4141
|
/*!***********************************!*\
|
|
4114
4142
|
!*** ./src/shared/files/index.ts ***!
|
|
4115
4143
|
\***********************************/
|
|
@@ -4166,6 +4194,10 @@
|
|
|
4166
4194
|
!*** ./src/schema/mapper/index.ts ***!
|
|
4167
4195
|
\************************************/
|
|
4168
4196
|
|
|
4197
|
+
/*!************************************!*\
|
|
4198
|
+
!*** ./src/schema/path/compare.ts ***!
|
|
4199
|
+
\************************************/
|
|
4200
|
+
|
|
4169
4201
|
/*!************************************!*\
|
|
4170
4202
|
!*** ./src/state/profile.state.ts ***!
|
|
4171
4203
|
\************************************/
|
|
@@ -4210,6 +4242,10 @@
|
|
|
4210
4242
|
!*** ./src/listeners/yaml/index.ts ***!
|
|
4211
4243
|
\*************************************/
|
|
4212
4244
|
|
|
4245
|
+
/*!*************************************!*\
|
|
4246
|
+
!*** ./src/public/DirectoryNode.ts ***!
|
|
4247
|
+
\*************************************/
|
|
4248
|
+
|
|
4213
4249
|
/*!*************************************!*\
|
|
4214
4250
|
!*** ./src/resolveConfiguration.ts ***!
|
|
4215
4251
|
\*************************************/
|
|
@@ -4266,6 +4302,14 @@
|
|
|
4266
4302
|
!*** ./src/schema/completionItem.ts ***!
|
|
4267
4303
|
\**************************************/
|
|
4268
4304
|
|
|
4305
|
+
/*!**************************************!*\
|
|
4306
|
+
!*** ./src/schema/visitor/schema.ts ***!
|
|
4307
|
+
\**************************************/
|
|
4308
|
+
|
|
4309
|
+
/*!**************************************!*\
|
|
4310
|
+
!*** ./src/schema/visitor/simple.ts ***!
|
|
4311
|
+
\**************************************/
|
|
4312
|
+
|
|
4269
4313
|
/*!**************************************!*\
|
|
4270
4314
|
!*** ./src/services/maql/service.ts ***!
|
|
4271
4315
|
\**************************************/
|
|
@@ -4302,6 +4346,10 @@
|
|
|
4302
4346
|
!*** ./src/schema/mapper/validate.ts ***!
|
|
4303
4347
|
\***************************************/
|
|
4304
4348
|
|
|
4349
|
+
/*!***************************************!*\
|
|
4350
|
+
!*** ./src/schema/path/schemaPath.ts ***!
|
|
4351
|
+
\***************************************/
|
|
4352
|
+
|
|
4305
4353
|
/*!***************************************!*\
|
|
4306
4354
|
!*** ./src/schema/validator/index.ts ***!
|
|
4307
4355
|
\***************************************/
|
|
@@ -4314,6 +4362,10 @@
|
|
|
4314
4362
|
!*** ./src/services/server/tables.ts ***!
|
|
4315
4363
|
\***************************************/
|
|
4316
4364
|
|
|
4365
|
+
/*!***************************************!*\
|
|
4366
|
+
!*** ./src/shared/customUrl/index.ts ***!
|
|
4367
|
+
\***************************************/
|
|
4368
|
+
|
|
4317
4369
|
/*!***************************************!*\
|
|
4318
4370
|
!*** ./src/state/references.state.ts ***!
|
|
4319
4371
|
\***************************************/
|
|
@@ -4454,10 +4506,6 @@
|
|
|
4454
4506
|
!*** ./src/features/references/types.ts ***!
|
|
4455
4507
|
\******************************************/
|
|
4456
4508
|
|
|
4457
|
-
/*!******************************************!*\
|
|
4458
|
-
!*** ./src/features/references/utils.ts ***!
|
|
4459
|
-
\******************************************/
|
|
4460
|
-
|
|
4461
4509
|
/*!******************************************!*\
|
|
4462
4510
|
!*** ./src/features/snippets/builder.ts ***!
|
|
4463
4511
|
\******************************************/
|
|
@@ -4514,6 +4562,10 @@
|
|
|
4514
4562
|
!*** ./src/features/completions/types.ts ***!
|
|
4515
4563
|
\*******************************************/
|
|
4516
4564
|
|
|
4565
|
+
/*!*******************************************!*\
|
|
4566
|
+
!*** ./src/features/completions/utils.ts ***!
|
|
4567
|
+
\*******************************************/
|
|
4568
|
+
|
|
4517
4569
|
/*!*******************************************!*\
|
|
4518
4570
|
!*** ./src/features/highlights/tokens.ts ***!
|
|
4519
4571
|
\*******************************************/
|
|
@@ -4542,6 +4594,10 @@
|
|
|
4542
4594
|
!*** ./src/schema/highlight/highlight.ts ***!
|
|
4543
4595
|
\*******************************************/
|
|
4544
4596
|
|
|
4597
|
+
/*!*******************************************!*\
|
|
4598
|
+
!*** ./src/schema/path/completionPath.ts ***!
|
|
4599
|
+
\*******************************************/
|
|
4600
|
+
|
|
4545
4601
|
/*!*******************************************!*\
|
|
4546
4602
|
!*** ./src/services/server/sqlPreview.ts ***!
|
|
4547
4603
|
\*******************************************/
|
|
@@ -4666,6 +4722,10 @@
|
|
|
4666
4722
|
!*** ./src/features/codeLens/codeLens/file.ts ***!
|
|
4667
4723
|
\************************************************/
|
|
4668
4724
|
|
|
4725
|
+
/*!************************************************!*\
|
|
4726
|
+
!*** ./src/features/references/utils/index.ts ***!
|
|
4727
|
+
\************************************************/
|
|
4728
|
+
|
|
4669
4729
|
/*!************************************************!*\
|
|
4670
4730
|
!*** ./src/features/validations/diagnostic.ts ***!
|
|
4671
4731
|
\************************************************/
|
|
@@ -4830,6 +4890,10 @@
|
|
|
4830
4890
|
!*** ./src/features/codeActions/codeActions/index.ts ***!
|
|
4831
4891
|
\*******************************************************/
|
|
4832
4892
|
|
|
4893
|
+
/*!*******************************************************!*\
|
|
4894
|
+
!*** ./src/features/references/resolve/dashboards.ts ***!
|
|
4895
|
+
\*******************************************************/
|
|
4896
|
+
|
|
4833
4897
|
/*!*******************************************************!*\
|
|
4834
4898
|
!*** ./src/features/references/resolve/references.ts ***!
|
|
4835
4899
|
\*******************************************************/
|
|
@@ -4978,6 +5042,10 @@
|
|
|
4978
5042
|
!*** ./src/convertors/declarative/to/yamlMetricToDeclarative.ts ***!
|
|
4979
5043
|
\******************************************************************/
|
|
4980
5044
|
|
|
5045
|
+
/*!******************************************************************!*\
|
|
5046
|
+
!*** ./src/convertors/declarative/to/yamlPluginToDeclarative.ts ***!
|
|
5047
|
+
\******************************************************************/
|
|
5048
|
+
|
|
4981
5049
|
/*!******************************************************************!*\
|
|
4982
5050
|
!*** ./src/features/codeLens/codeLens/languages/yaml/objects.ts ***!
|
|
4983
5051
|
\******************************************************************/
|
|
@@ -5006,6 +5074,10 @@
|
|
|
5006
5074
|
!*** ./src/convertors/declarative/from/declarativeMetricToYaml.ts ***!
|
|
5007
5075
|
\********************************************************************/
|
|
5008
5076
|
|
|
5077
|
+
/*!********************************************************************!*\
|
|
5078
|
+
!*** ./src/convertors/declarative/from/declarativePluginToYaml.ts ***!
|
|
5079
|
+
\********************************************************************/
|
|
5080
|
+
|
|
5009
5081
|
/*!********************************************************************!*\
|
|
5010
5082
|
!*** ./src/features/validations/validator/languages/maql/index.ts ***!
|
|
5011
5083
|
\********************************************************************/
|
|
@@ -5018,6 +5090,10 @@
|
|
|
5018
5090
|
!*** ./src/convertors/declarative/from/declarativeDatasetToYaml.ts ***!
|
|
5019
5091
|
\*********************************************************************/
|
|
5020
5092
|
|
|
5093
|
+
/*!*********************************************************************!*\
|
|
5094
|
+
!*** ./src/convertors/declarative/to/yamlDashboardToDeclarative.ts ***!
|
|
5095
|
+
\*********************************************************************/
|
|
5096
|
+
|
|
5021
5097
|
/*!*********************************************************************!*\
|
|
5022
5098
|
!*** ./src/features/completions/completion/languages/maql/index.ts ***!
|
|
5023
5099
|
\*********************************************************************/
|
|
@@ -7226,10 +7302,6 @@
|
|
|
7226
7302
|
!*** ../../common/temp/node_modules/.pnpm/unist-builder@3.0.1/node_modules/unist-builder/lib/index.js ***!
|
|
7227
7303
|
\********************************************************************************************************/
|
|
7228
7304
|
|
|
7229
|
-
/*!********************************************************************************************************!*\
|
|
7230
|
-
!*** ../../common/temp/node_modules/.pnpm/unist-util-is@5.2.1/node_modules/unist-util-is/lib/index.js ***!
|
|
7231
|
-
\********************************************************************************************************/
|
|
7232
|
-
|
|
7233
7305
|
/*!********************************************************************************************************!*\
|
|
7234
7306
|
!*** ../../common/temp/node_modules/.pnpm/yaml@2.3.1/node_modules/yaml/dist/compose/compose-scalar.js ***!
|
|
7235
7307
|
\********************************************************************************************************/
|
|
@@ -7370,10 +7442,6 @@
|
|
|
7370
7442
|
!*** ../../common/temp/node_modules/.pnpm/stringify-object@3.3.0/node_modules/stringify-object/index.js ***!
|
|
7371
7443
|
\**********************************************************************************************************/
|
|
7372
7444
|
|
|
7373
|
-
/*!**********************************************************************************************************!*\
|
|
7374
|
-
!*** ../../common/temp/node_modules/.pnpm/unist-util-visit@4.1.2/node_modules/unist-util-visit/index.js ***!
|
|
7375
|
-
\**********************************************************************************************************/
|
|
7376
|
-
|
|
7377
7445
|
/*!***********************************************************************************************************!*\
|
|
7378
7446
|
!*** ../../common/temp/node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/compile/validate/subschema.js ***!
|
|
7379
7447
|
\***********************************************************************************************************/
|
|
@@ -7718,10 +7786,6 @@
|
|
|
7718
7786
|
!*** ../../common/temp/node_modules/.pnpm/ts-invariant@0.7.5/node_modules/ts-invariant/lib/invariant.esm.js ***!
|
|
7719
7787
|
\**************************************************************************************************************/
|
|
7720
7788
|
|
|
7721
|
-
/*!**************************************************************************************************************!*\
|
|
7722
|
-
!*** ../../common/temp/node_modules/.pnpm/unist-util-visit@4.1.2/node_modules/unist-util-visit/lib/index.js ***!
|
|
7723
|
-
\**************************************************************************************************************/
|
|
7724
|
-
|
|
7725
7789
|
/*!**************************************************************************************************************!*\
|
|
7726
7790
|
!*** ../../common/temp/node_modules/.pnpm/vscode-jsonrpc@8.1.0/node_modules/vscode-jsonrpc/lib/common/is.js ***!
|
|
7727
7791
|
\**************************************************************************************************************/
|
|
@@ -8762,10 +8826,6 @@
|
|
|
8762
8826
|
!*** ../../common/temp/node_modules/.pnpm/date-fns@2.30.0/node_modules/date-fns/parse/_lib/parsers/ISOWeekYearParser.js ***!
|
|
8763
8827
|
\**************************************************************************************************************************/
|
|
8764
8828
|
|
|
8765
|
-
/*!**************************************************************************************************************************!*\
|
|
8766
|
-
!*** ../../common/temp/node_modules/.pnpm/unist-util-visit-parents@5.1.3/node_modules/unist-util-visit-parents/index.js ***!
|
|
8767
|
-
\**************************************************************************************************************************/
|
|
8768
|
-
|
|
8769
8829
|
/*!***************************************************************************************************************************!*\
|
|
8770
8830
|
!*** ../../common/temp/node_modules/.pnpm/antlr4ts@0.5.0-alpha.4/node_modules/antlr4ts/misc/DefaultEqualityComparator.js ***!
|
|
8771
8831
|
\***************************************************************************************************************************/
|
|
@@ -8822,10 +8882,6 @@
|
|
|
8822
8882
|
!*** ../../common/temp/node_modules/.pnpm/date-fns@2.30.0/node_modules/date-fns/parse/_lib/parsers/LocalWeekYearParser.js ***!
|
|
8823
8883
|
\****************************************************************************************************************************/
|
|
8824
8884
|
|
|
8825
|
-
/*!****************************************************************************************************************************!*\
|
|
8826
|
-
!*** ../../common/temp/node_modules/.pnpm/unist-util-visit-children@2.0.2/node_modules/unist-util-visit-children/index.js ***!
|
|
8827
|
-
\****************************************************************************************************************************/
|
|
8828
|
-
|
|
8829
8885
|
/*!****************************************************************************************************************************!*\
|
|
8830
8886
|
!*** ../../common/temp/node_modules/.pnpm/vscode-languageserver@8.1.0/node_modules/vscode-languageserver/lib/node/main.js ***!
|
|
8831
8887
|
\****************************************************************************************************************************/
|
|
@@ -8866,14 +8922,6 @@
|
|
|
8866
8922
|
!*** ../../common/temp/node_modules/.pnpm/date-fns@2.30.0/node_modules/date-fns/parse/_lib/parsers/StandAloneMonthParser.js ***!
|
|
8867
8923
|
\******************************************************************************************************************************/
|
|
8868
8924
|
|
|
8869
|
-
/*!******************************************************************************************************************************!*\
|
|
8870
|
-
!*** ../../common/temp/node_modules/.pnpm/unist-util-visit-parents@5.1.3/node_modules/unist-util-visit-parents/lib/color.js ***!
|
|
8871
|
-
\******************************************************************************************************************************/
|
|
8872
|
-
|
|
8873
|
-
/*!******************************************************************************************************************************!*\
|
|
8874
|
-
!*** ../../common/temp/node_modules/.pnpm/unist-util-visit-parents@5.1.3/node_modules/unist-util-visit-parents/lib/index.js ***!
|
|
8875
|
-
\******************************************************************************************************************************/
|
|
8876
|
-
|
|
8877
8925
|
/*!*******************************************************************************************************************************!*\
|
|
8878
8926
|
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.22.6/node_modules/@babel/runtime/helpers/assertThisInitialized.js ***!
|
|
8879
8927
|
\*******************************************************************************************************************************/
|
|
@@ -8914,10 +8962,6 @@
|
|
|
8914
8962
|
!*** ../../common/temp/node_modules/.pnpm/date-fns@2.30.0/node_modules/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js ***!
|
|
8915
8963
|
\********************************************************************************************************************************/
|
|
8916
8964
|
|
|
8917
|
-
/*!********************************************************************************************************************************!*\
|
|
8918
|
-
!*** ../../common/temp/node_modules/.pnpm/unist-util-visit-children@2.0.2/node_modules/unist-util-visit-children/lib/index.js ***!
|
|
8919
|
-
\********************************************************************************************************************************/
|
|
8920
|
-
|
|
8921
8965
|
/*!********************************************************************************************************************************!*\
|
|
8922
8966
|
!*** ../../common/temp/node_modules/.pnpm/vscode-languageserver@8.1.0/node_modules/vscode-languageserver/lib/common/server.js ***!
|
|
8923
8967
|
\********************************************************************************************************************************/
|