@gooddata/code-cli 0.3.2 → 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/out/index.js +4 -4
- package/out/index.js.LICENSE.txt +72 -6
- 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 */
|
|
@@ -540,8 +550,6 @@
|
|
|
540
550
|
|
|
541
551
|
/*! ../compile/util */
|
|
542
552
|
|
|
543
|
-
/*! ../completion/helpers */
|
|
544
|
-
|
|
545
553
|
/*! ../completionItem */
|
|
546
554
|
|
|
547
555
|
/*! ../compose/resolve-block-scalar.js */
|
|
@@ -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 */
|
|
@@ -3066,6 +3080,8 @@
|
|
|
3066
3080
|
|
|
3067
3081
|
/*! ./resolve-props.js */
|
|
3068
3082
|
|
|
3083
|
+
/*! ./resolve/dashboards */
|
|
3084
|
+
|
|
3069
3085
|
/*! ./resolve/dataset */
|
|
3070
3086
|
|
|
3071
3087
|
/*! ./resolve/metric */
|
|
@@ -3100,6 +3116,8 @@
|
|
|
3100
3116
|
|
|
3101
3117
|
/*! ./schema/Schema.js */
|
|
3102
3118
|
|
|
3119
|
+
/*! ./schemaPath */
|
|
3120
|
+
|
|
3103
3121
|
/*! ./schemas */
|
|
3104
3122
|
|
|
3105
3123
|
/*! ./schemas.store */
|
|
@@ -3144,6 +3162,8 @@
|
|
|
3144
3162
|
|
|
3145
3163
|
/*! ./signatures */
|
|
3146
3164
|
|
|
3165
|
+
/*! ./simple */
|
|
3166
|
+
|
|
3147
3167
|
/*! ./sort */
|
|
3148
3168
|
|
|
3149
3169
|
/*! ./source */
|
|
@@ -3228,6 +3248,8 @@
|
|
|
3228
3248
|
|
|
3229
3249
|
/*! ./to/yamlMetricToDeclarative */
|
|
3230
3250
|
|
|
3251
|
+
/*! ./to/yamlPluginToDeclarative */
|
|
3252
|
+
|
|
3231
3253
|
/*! ./to/yamlVisualisationToDeclarative */
|
|
3232
3254
|
|
|
3233
3255
|
/*! ./toDeclarative */
|
|
@@ -4112,6 +4134,10 @@
|
|
|
4112
4134
|
!*** ./src/schema/diagnostics.ts ***!
|
|
4113
4135
|
\***********************************/
|
|
4114
4136
|
|
|
4137
|
+
/*!***********************************!*\
|
|
4138
|
+
!*** ./src/schema/path/common.ts ***!
|
|
4139
|
+
\***********************************/
|
|
4140
|
+
|
|
4115
4141
|
/*!***********************************!*\
|
|
4116
4142
|
!*** ./src/shared/files/index.ts ***!
|
|
4117
4143
|
\***********************************/
|
|
@@ -4168,6 +4194,10 @@
|
|
|
4168
4194
|
!*** ./src/schema/mapper/index.ts ***!
|
|
4169
4195
|
\************************************/
|
|
4170
4196
|
|
|
4197
|
+
/*!************************************!*\
|
|
4198
|
+
!*** ./src/schema/path/compare.ts ***!
|
|
4199
|
+
\************************************/
|
|
4200
|
+
|
|
4171
4201
|
/*!************************************!*\
|
|
4172
4202
|
!*** ./src/state/profile.state.ts ***!
|
|
4173
4203
|
\************************************/
|
|
@@ -4272,6 +4302,14 @@
|
|
|
4272
4302
|
!*** ./src/schema/completionItem.ts ***!
|
|
4273
4303
|
\**************************************/
|
|
4274
4304
|
|
|
4305
|
+
/*!**************************************!*\
|
|
4306
|
+
!*** ./src/schema/visitor/schema.ts ***!
|
|
4307
|
+
\**************************************/
|
|
4308
|
+
|
|
4309
|
+
/*!**************************************!*\
|
|
4310
|
+
!*** ./src/schema/visitor/simple.ts ***!
|
|
4311
|
+
\**************************************/
|
|
4312
|
+
|
|
4275
4313
|
/*!**************************************!*\
|
|
4276
4314
|
!*** ./src/services/maql/service.ts ***!
|
|
4277
4315
|
\**************************************/
|
|
@@ -4308,6 +4346,10 @@
|
|
|
4308
4346
|
!*** ./src/schema/mapper/validate.ts ***!
|
|
4309
4347
|
\***************************************/
|
|
4310
4348
|
|
|
4349
|
+
/*!***************************************!*\
|
|
4350
|
+
!*** ./src/schema/path/schemaPath.ts ***!
|
|
4351
|
+
\***************************************/
|
|
4352
|
+
|
|
4311
4353
|
/*!***************************************!*\
|
|
4312
4354
|
!*** ./src/schema/validator/index.ts ***!
|
|
4313
4355
|
\***************************************/
|
|
@@ -4320,6 +4362,10 @@
|
|
|
4320
4362
|
!*** ./src/services/server/tables.ts ***!
|
|
4321
4363
|
\***************************************/
|
|
4322
4364
|
|
|
4365
|
+
/*!***************************************!*\
|
|
4366
|
+
!*** ./src/shared/customUrl/index.ts ***!
|
|
4367
|
+
\***************************************/
|
|
4368
|
+
|
|
4323
4369
|
/*!***************************************!*\
|
|
4324
4370
|
!*** ./src/state/references.state.ts ***!
|
|
4325
4371
|
\***************************************/
|
|
@@ -4460,10 +4506,6 @@
|
|
|
4460
4506
|
!*** ./src/features/references/types.ts ***!
|
|
4461
4507
|
\******************************************/
|
|
4462
4508
|
|
|
4463
|
-
/*!******************************************!*\
|
|
4464
|
-
!*** ./src/features/references/utils.ts ***!
|
|
4465
|
-
\******************************************/
|
|
4466
|
-
|
|
4467
4509
|
/*!******************************************!*\
|
|
4468
4510
|
!*** ./src/features/snippets/builder.ts ***!
|
|
4469
4511
|
\******************************************/
|
|
@@ -4520,6 +4562,10 @@
|
|
|
4520
4562
|
!*** ./src/features/completions/types.ts ***!
|
|
4521
4563
|
\*******************************************/
|
|
4522
4564
|
|
|
4565
|
+
/*!*******************************************!*\
|
|
4566
|
+
!*** ./src/features/completions/utils.ts ***!
|
|
4567
|
+
\*******************************************/
|
|
4568
|
+
|
|
4523
4569
|
/*!*******************************************!*\
|
|
4524
4570
|
!*** ./src/features/highlights/tokens.ts ***!
|
|
4525
4571
|
\*******************************************/
|
|
@@ -4548,6 +4594,10 @@
|
|
|
4548
4594
|
!*** ./src/schema/highlight/highlight.ts ***!
|
|
4549
4595
|
\*******************************************/
|
|
4550
4596
|
|
|
4597
|
+
/*!*******************************************!*\
|
|
4598
|
+
!*** ./src/schema/path/completionPath.ts ***!
|
|
4599
|
+
\*******************************************/
|
|
4600
|
+
|
|
4551
4601
|
/*!*******************************************!*\
|
|
4552
4602
|
!*** ./src/services/server/sqlPreview.ts ***!
|
|
4553
4603
|
\*******************************************/
|
|
@@ -4672,6 +4722,10 @@
|
|
|
4672
4722
|
!*** ./src/features/codeLens/codeLens/file.ts ***!
|
|
4673
4723
|
\************************************************/
|
|
4674
4724
|
|
|
4725
|
+
/*!************************************************!*\
|
|
4726
|
+
!*** ./src/features/references/utils/index.ts ***!
|
|
4727
|
+
\************************************************/
|
|
4728
|
+
|
|
4675
4729
|
/*!************************************************!*\
|
|
4676
4730
|
!*** ./src/features/validations/diagnostic.ts ***!
|
|
4677
4731
|
\************************************************/
|
|
@@ -4836,6 +4890,10 @@
|
|
|
4836
4890
|
!*** ./src/features/codeActions/codeActions/index.ts ***!
|
|
4837
4891
|
\*******************************************************/
|
|
4838
4892
|
|
|
4893
|
+
/*!*******************************************************!*\
|
|
4894
|
+
!*** ./src/features/references/resolve/dashboards.ts ***!
|
|
4895
|
+
\*******************************************************/
|
|
4896
|
+
|
|
4839
4897
|
/*!*******************************************************!*\
|
|
4840
4898
|
!*** ./src/features/references/resolve/references.ts ***!
|
|
4841
4899
|
\*******************************************************/
|
|
@@ -4984,6 +5042,10 @@
|
|
|
4984
5042
|
!*** ./src/convertors/declarative/to/yamlMetricToDeclarative.ts ***!
|
|
4985
5043
|
\******************************************************************/
|
|
4986
5044
|
|
|
5045
|
+
/*!******************************************************************!*\
|
|
5046
|
+
!*** ./src/convertors/declarative/to/yamlPluginToDeclarative.ts ***!
|
|
5047
|
+
\******************************************************************/
|
|
5048
|
+
|
|
4987
5049
|
/*!******************************************************************!*\
|
|
4988
5050
|
!*** ./src/features/codeLens/codeLens/languages/yaml/objects.ts ***!
|
|
4989
5051
|
\******************************************************************/
|
|
@@ -5012,6 +5074,10 @@
|
|
|
5012
5074
|
!*** ./src/convertors/declarative/from/declarativeMetricToYaml.ts ***!
|
|
5013
5075
|
\********************************************************************/
|
|
5014
5076
|
|
|
5077
|
+
/*!********************************************************************!*\
|
|
5078
|
+
!*** ./src/convertors/declarative/from/declarativePluginToYaml.ts ***!
|
|
5079
|
+
\********************************************************************/
|
|
5080
|
+
|
|
5015
5081
|
/*!********************************************************************!*\
|
|
5016
5082
|
!*** ./src/features/validations/validator/languages/maql/index.ts ***!
|
|
5017
5083
|
\********************************************************************/
|