@gooddata/code-cli 0.3.0 → 0.3.2
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 +62 -42
- package/package.json +1 -1
package/out/index.js.LICENSE.txt
CHANGED
|
@@ -344,6 +344,8 @@
|
|
|
344
344
|
|
|
345
345
|
/*! ../../position */
|
|
346
346
|
|
|
347
|
+
/*! ../../public/DirectoryNode */
|
|
348
|
+
|
|
347
349
|
/*! ../../public/FileNode */
|
|
348
350
|
|
|
349
351
|
/*! ../../references */
|
|
@@ -400,6 +402,8 @@
|
|
|
400
402
|
|
|
401
403
|
/*! ../../vocabularies/code */
|
|
402
404
|
|
|
405
|
+
/*! ../../yaml/ast/nodes */
|
|
406
|
+
|
|
403
407
|
/*! ../CommonToken */
|
|
404
408
|
|
|
405
409
|
/*! ../Decorators */
|
|
@@ -550,6 +554,8 @@
|
|
|
550
554
|
|
|
551
555
|
/*! ../constants.js */
|
|
552
556
|
|
|
557
|
+
/*! ../conts */
|
|
558
|
+
|
|
553
559
|
/*! ../convertors/fromBackend/dateFormatting/defaultDateFormatter.js */
|
|
554
560
|
|
|
555
561
|
/*! ../core/AxiosError.js */
|
|
@@ -832,6 +838,8 @@
|
|
|
832
838
|
|
|
833
839
|
/*! ../settings/index.js */
|
|
834
840
|
|
|
841
|
+
/*! ../shared/utils */
|
|
842
|
+
|
|
835
843
|
/*! ../sql */
|
|
836
844
|
|
|
837
845
|
/*! ../startOfUTCISOWeek/index.js */
|
|
@@ -900,6 +908,8 @@
|
|
|
900
908
|
|
|
901
909
|
/*! ../utils/configUtils */
|
|
902
910
|
|
|
911
|
+
/*! ../utils/dateUtils */
|
|
912
|
+
|
|
903
913
|
/*! ../utils/errorHandling.js */
|
|
904
914
|
|
|
905
915
|
/*! ../utils/filterUtils */
|
|
@@ -912,6 +922,8 @@
|
|
|
912
922
|
|
|
913
923
|
/*! ../validator/helpers */
|
|
914
924
|
|
|
925
|
+
/*! ../validator/validate */
|
|
926
|
+
|
|
915
927
|
/*! ../visit.js */
|
|
916
928
|
|
|
917
929
|
/*! ../visitor */
|
|
@@ -1950,8 +1962,6 @@
|
|
|
1950
1962
|
|
|
1951
1963
|
/*! ./collecting */
|
|
1952
1964
|
|
|
1953
|
-
/*! ./color.js */
|
|
1954
|
-
|
|
1955
1965
|
/*! ./colors/index.js */
|
|
1956
1966
|
|
|
1957
1967
|
/*! ./columnChart */
|
|
@@ -2024,6 +2034,8 @@
|
|
|
2024
2034
|
|
|
2025
2035
|
/*! ./convert */
|
|
2026
2036
|
|
|
2037
|
+
/*! ./convertArithmeticToId */
|
|
2038
|
+
|
|
2027
2039
|
/*! ./convertDateToTitle */
|
|
2028
2040
|
|
|
2029
2041
|
/*! ./convertGranularity */
|
|
@@ -2032,6 +2044,10 @@
|
|
|
2032
2044
|
|
|
2033
2045
|
/*! ./convertIdToTitle */
|
|
2034
2046
|
|
|
2047
|
+
/*! ./convertPoPToId */
|
|
2048
|
+
|
|
2049
|
+
/*! ./convertPreviousPeriodToId */
|
|
2050
|
+
|
|
2035
2051
|
/*! ./convertTitleToId */
|
|
2036
2052
|
|
|
2037
2053
|
/*! ./converter */
|
|
@@ -3002,6 +3018,8 @@
|
|
|
3002
3018
|
|
|
3003
3019
|
/*! ./public-api.js */
|
|
3004
3020
|
|
|
3021
|
+
/*! ./public/DirectoryNode */
|
|
3022
|
+
|
|
3005
3023
|
/*! ./public/FileNode */
|
|
3006
3024
|
|
|
3007
3025
|
/*! ./pyramidChart */
|
|
@@ -3130,6 +3148,8 @@
|
|
|
3130
3148
|
|
|
3131
3149
|
/*! ./source */
|
|
3132
3150
|
|
|
3151
|
+
/*! ./sourceDir */
|
|
3152
|
+
|
|
3133
3153
|
/*! ./speedometer.js */
|
|
3134
3154
|
|
|
3135
3155
|
/*! ./sql */
|
|
@@ -3200,6 +3220,8 @@
|
|
|
3200
3220
|
|
|
3201
3221
|
/*! ./to */
|
|
3202
3222
|
|
|
3223
|
+
/*! ./to/yamlDashboardToDeclarative */
|
|
3224
|
+
|
|
3203
3225
|
/*! ./to/yamlDatasetToDeclarative */
|
|
3204
3226
|
|
|
3205
3227
|
/*! ./to/yamlDateDatasetToDeclarative */
|
|
@@ -3424,6 +3446,8 @@
|
|
|
3424
3446
|
|
|
3425
3447
|
/*! @gooddata/code-schemas */
|
|
3426
3448
|
|
|
3449
|
+
/*! @gooddata/code-unist */
|
|
3450
|
+
|
|
3427
3451
|
/*! @gooddata/maql-antlr4ts */
|
|
3428
3452
|
|
|
3429
3453
|
/*! @gooddata/maql-language-server */
|
|
@@ -3732,14 +3756,6 @@
|
|
|
3732
3756
|
|
|
3733
3757
|
/*! unist-builder */
|
|
3734
3758
|
|
|
3735
|
-
/*! unist-util-is */
|
|
3736
|
-
|
|
3737
|
-
/*! unist-util-visit */
|
|
3738
|
-
|
|
3739
|
-
/*! unist-util-visit-children */
|
|
3740
|
-
|
|
3741
|
-
/*! unist-util-visit-parents */
|
|
3742
|
-
|
|
3743
3759
|
/*! uri-js */
|
|
3744
3760
|
|
|
3745
3761
|
/*! url */
|
|
@@ -4040,6 +4056,10 @@
|
|
|
4040
4056
|
!*** ./src/store/yaml/index.ts ***!
|
|
4041
4057
|
\*********************************/
|
|
4042
4058
|
|
|
4059
|
+
/*!**********************************!*\
|
|
4060
|
+
!*** ../code-unist/out/index.js ***!
|
|
4061
|
+
\**********************************/
|
|
4062
|
+
|
|
4043
4063
|
/*!**********************************!*\
|
|
4044
4064
|
!*** ./schemas/v1/metadata.json ***!
|
|
4045
4065
|
\**********************************/
|
|
@@ -4192,6 +4212,10 @@
|
|
|
4192
4212
|
!*** ./src/listeners/yaml/index.ts ***!
|
|
4193
4213
|
\*************************************/
|
|
4194
4214
|
|
|
4215
|
+
/*!*************************************!*\
|
|
4216
|
+
!*** ./src/public/DirectoryNode.ts ***!
|
|
4217
|
+
\*************************************/
|
|
4218
|
+
|
|
4195
4219
|
/*!*************************************!*\
|
|
4196
4220
|
!*** ./src/resolveConfiguration.ts ***!
|
|
4197
4221
|
\*************************************/
|
|
@@ -4472,6 +4496,10 @@
|
|
|
4472
4496
|
!*** ./src/actions/features/highlight.ts ***!
|
|
4473
4497
|
\*******************************************/
|
|
4474
4498
|
|
|
4499
|
+
/*!*******************************************!*\
|
|
4500
|
+
!*** ./src/actions/manifest/sourceDir.ts ***!
|
|
4501
|
+
\*******************************************/
|
|
4502
|
+
|
|
4475
4503
|
/*!*******************************************!*\
|
|
4476
4504
|
!*** ./src/convertors/filesystem/from.ts ***!
|
|
4477
4505
|
\*******************************************/
|
|
@@ -4576,6 +4604,10 @@
|
|
|
4576
4604
|
!*** ./src/services/server/dataSources.ts ***!
|
|
4577
4605
|
\********************************************/
|
|
4578
4606
|
|
|
4607
|
+
/*!********************************************!*\
|
|
4608
|
+
!*** ./src/shared/utils/convertPoPToId.ts ***!
|
|
4609
|
+
\********************************************/
|
|
4610
|
+
|
|
4579
4611
|
/*!*********************************************!*\
|
|
4580
4612
|
!*** ./src/actions/document/loadObjects.ts ***!
|
|
4581
4613
|
\*********************************************/
|
|
@@ -4588,6 +4620,10 @@
|
|
|
4588
4620
|
!*** ./src/actions/features/diagnostics.ts ***!
|
|
4589
4621
|
\*********************************************/
|
|
4590
4622
|
|
|
4623
|
+
/*!*********************************************!*\
|
|
4624
|
+
!*** ./src/convertors/declarative/conts.ts ***!
|
|
4625
|
+
\*********************************************/
|
|
4626
|
+
|
|
4591
4627
|
/*!*********************************************!*\
|
|
4592
4628
|
!*** ./src/convertors/declarative/index.ts ***!
|
|
4593
4629
|
\*********************************************/
|
|
@@ -4688,6 +4724,10 @@
|
|
|
4688
4724
|
!*** ./src/services/server/metricValidObjects.ts ***!
|
|
4689
4725
|
\***************************************************/
|
|
4690
4726
|
|
|
4727
|
+
/*!***************************************************!*\
|
|
4728
|
+
!*** ./src/shared/utils/convertArithmeticToId.ts ***!
|
|
4729
|
+
\***************************************************/
|
|
4730
|
+
|
|
4691
4731
|
/*!****************************************************!*\
|
|
4692
4732
|
!*** ./src/actions/services/metricValidObjects.ts ***!
|
|
4693
4733
|
\****************************************************/
|
|
@@ -4780,6 +4820,10 @@
|
|
|
4780
4820
|
!*** ./src/convertors/declarative/fromDeclarative.ts ***!
|
|
4781
4821
|
\*******************************************************/
|
|
4782
4822
|
|
|
4823
|
+
/*!*******************************************************!*\
|
|
4824
|
+
!*** ./src/convertors/declarative/utils/dateUtils.ts ***!
|
|
4825
|
+
\*******************************************************/
|
|
4826
|
+
|
|
4783
4827
|
/*!*******************************************************!*\
|
|
4784
4828
|
!*** ./src/convertors/declarative/utils/nameUtils.ts ***!
|
|
4785
4829
|
\*******************************************************/
|
|
@@ -4800,6 +4844,10 @@
|
|
|
4800
4844
|
!*** ./src/features/references/resolve/statements.ts ***!
|
|
4801
4845
|
\*******************************************************/
|
|
4802
4846
|
|
|
4847
|
+
/*!*******************************************************!*\
|
|
4848
|
+
!*** ./src/shared/utils/convertPreviousPeriodToId.ts ***!
|
|
4849
|
+
\*******************************************************/
|
|
4850
|
+
|
|
4803
4851
|
/*!********************************************************!*\
|
|
4804
4852
|
!*** ./src/convertors/declarative/configs/barChart.ts ***!
|
|
4805
4853
|
\********************************************************/
|
|
@@ -4976,6 +5024,10 @@
|
|
|
4976
5024
|
!*** ./src/convertors/declarative/from/declarativeDatasetToYaml.ts ***!
|
|
4977
5025
|
\*********************************************************************/
|
|
4978
5026
|
|
|
5027
|
+
/*!*********************************************************************!*\
|
|
5028
|
+
!*** ./src/convertors/declarative/to/yamlDashboardToDeclarative.ts ***!
|
|
5029
|
+
\*********************************************************************/
|
|
5030
|
+
|
|
4979
5031
|
/*!*********************************************************************!*\
|
|
4980
5032
|
!*** ./src/features/completions/completion/languages/maql/index.ts ***!
|
|
4981
5033
|
\*********************************************************************/
|
|
@@ -7184,10 +7236,6 @@
|
|
|
7184
7236
|
!*** ../../common/temp/node_modules/.pnpm/unist-builder@3.0.1/node_modules/unist-builder/lib/index.js ***!
|
|
7185
7237
|
\********************************************************************************************************/
|
|
7186
7238
|
|
|
7187
|
-
/*!********************************************************************************************************!*\
|
|
7188
|
-
!*** ../../common/temp/node_modules/.pnpm/unist-util-is@5.2.1/node_modules/unist-util-is/lib/index.js ***!
|
|
7189
|
-
\********************************************************************************************************/
|
|
7190
|
-
|
|
7191
7239
|
/*!********************************************************************************************************!*\
|
|
7192
7240
|
!*** ../../common/temp/node_modules/.pnpm/yaml@2.3.1/node_modules/yaml/dist/compose/compose-scalar.js ***!
|
|
7193
7241
|
\********************************************************************************************************/
|
|
@@ -7328,10 +7376,6 @@
|
|
|
7328
7376
|
!*** ../../common/temp/node_modules/.pnpm/stringify-object@3.3.0/node_modules/stringify-object/index.js ***!
|
|
7329
7377
|
\**********************************************************************************************************/
|
|
7330
7378
|
|
|
7331
|
-
/*!**********************************************************************************************************!*\
|
|
7332
|
-
!*** ../../common/temp/node_modules/.pnpm/unist-util-visit@4.1.2/node_modules/unist-util-visit/index.js ***!
|
|
7333
|
-
\**********************************************************************************************************/
|
|
7334
|
-
|
|
7335
7379
|
/*!***********************************************************************************************************!*\
|
|
7336
7380
|
!*** ../../common/temp/node_modules/.pnpm/ajv@8.12.0/node_modules/ajv/dist/compile/validate/subschema.js ***!
|
|
7337
7381
|
\***********************************************************************************************************/
|
|
@@ -7676,10 +7720,6 @@
|
|
|
7676
7720
|
!*** ../../common/temp/node_modules/.pnpm/ts-invariant@0.7.5/node_modules/ts-invariant/lib/invariant.esm.js ***!
|
|
7677
7721
|
\**************************************************************************************************************/
|
|
7678
7722
|
|
|
7679
|
-
/*!**************************************************************************************************************!*\
|
|
7680
|
-
!*** ../../common/temp/node_modules/.pnpm/unist-util-visit@4.1.2/node_modules/unist-util-visit/lib/index.js ***!
|
|
7681
|
-
\**************************************************************************************************************/
|
|
7682
|
-
|
|
7683
7723
|
/*!**************************************************************************************************************!*\
|
|
7684
7724
|
!*** ../../common/temp/node_modules/.pnpm/vscode-jsonrpc@8.1.0/node_modules/vscode-jsonrpc/lib/common/is.js ***!
|
|
7685
7725
|
\**************************************************************************************************************/
|
|
@@ -8720,10 +8760,6 @@
|
|
|
8720
8760
|
!*** ../../common/temp/node_modules/.pnpm/date-fns@2.30.0/node_modules/date-fns/parse/_lib/parsers/ISOWeekYearParser.js ***!
|
|
8721
8761
|
\**************************************************************************************************************************/
|
|
8722
8762
|
|
|
8723
|
-
/*!**************************************************************************************************************************!*\
|
|
8724
|
-
!*** ../../common/temp/node_modules/.pnpm/unist-util-visit-parents@5.1.3/node_modules/unist-util-visit-parents/index.js ***!
|
|
8725
|
-
\**************************************************************************************************************************/
|
|
8726
|
-
|
|
8727
8763
|
/*!***************************************************************************************************************************!*\
|
|
8728
8764
|
!*** ../../common/temp/node_modules/.pnpm/antlr4ts@0.5.0-alpha.4/node_modules/antlr4ts/misc/DefaultEqualityComparator.js ***!
|
|
8729
8765
|
\***************************************************************************************************************************/
|
|
@@ -8780,10 +8816,6 @@
|
|
|
8780
8816
|
!*** ../../common/temp/node_modules/.pnpm/date-fns@2.30.0/node_modules/date-fns/parse/_lib/parsers/LocalWeekYearParser.js ***!
|
|
8781
8817
|
\****************************************************************************************************************************/
|
|
8782
8818
|
|
|
8783
|
-
/*!****************************************************************************************************************************!*\
|
|
8784
|
-
!*** ../../common/temp/node_modules/.pnpm/unist-util-visit-children@2.0.2/node_modules/unist-util-visit-children/index.js ***!
|
|
8785
|
-
\****************************************************************************************************************************/
|
|
8786
|
-
|
|
8787
8819
|
/*!****************************************************************************************************************************!*\
|
|
8788
8820
|
!*** ../../common/temp/node_modules/.pnpm/vscode-languageserver@8.1.0/node_modules/vscode-languageserver/lib/node/main.js ***!
|
|
8789
8821
|
\****************************************************************************************************************************/
|
|
@@ -8824,14 +8856,6 @@
|
|
|
8824
8856
|
!*** ../../common/temp/node_modules/.pnpm/date-fns@2.30.0/node_modules/date-fns/parse/_lib/parsers/StandAloneMonthParser.js ***!
|
|
8825
8857
|
\******************************************************************************************************************************/
|
|
8826
8858
|
|
|
8827
|
-
/*!******************************************************************************************************************************!*\
|
|
8828
|
-
!*** ../../common/temp/node_modules/.pnpm/unist-util-visit-parents@5.1.3/node_modules/unist-util-visit-parents/lib/color.js ***!
|
|
8829
|
-
\******************************************************************************************************************************/
|
|
8830
|
-
|
|
8831
|
-
/*!******************************************************************************************************************************!*\
|
|
8832
|
-
!*** ../../common/temp/node_modules/.pnpm/unist-util-visit-parents@5.1.3/node_modules/unist-util-visit-parents/lib/index.js ***!
|
|
8833
|
-
\******************************************************************************************************************************/
|
|
8834
|
-
|
|
8835
8859
|
/*!*******************************************************************************************************************************!*\
|
|
8836
8860
|
!*** ../../common/temp/node_modules/.pnpm/@babel+runtime@7.22.6/node_modules/@babel/runtime/helpers/assertThisInitialized.js ***!
|
|
8837
8861
|
\*******************************************************************************************************************************/
|
|
@@ -8872,10 +8896,6 @@
|
|
|
8872
8896
|
!*** ../../common/temp/node_modules/.pnpm/date-fns@2.30.0/node_modules/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js ***!
|
|
8873
8897
|
\********************************************************************************************************************************/
|
|
8874
8898
|
|
|
8875
|
-
/*!********************************************************************************************************************************!*\
|
|
8876
|
-
!*** ../../common/temp/node_modules/.pnpm/unist-util-visit-children@2.0.2/node_modules/unist-util-visit-children/lib/index.js ***!
|
|
8877
|
-
\********************************************************************************************************************************/
|
|
8878
|
-
|
|
8879
8899
|
/*!********************************************************************************************************************************!*\
|
|
8880
8900
|
!*** ../../common/temp/node_modules/.pnpm/vscode-languageserver@8.1.0/node_modules/vscode-languageserver/lib/common/server.js ***!
|
|
8881
8901
|
\********************************************************************************************************************************/
|