@abaplint/cli 2.100.3 → 2.100.4
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/build/cli.js +99 -98
- package/package.json +4 -4
package/build/cli.js
CHANGED
|
@@ -47757,7 +47757,7 @@ class Registry {
|
|
|
47757
47757
|
}
|
|
47758
47758
|
static abaplintVersion() {
|
|
47759
47759
|
// magic, see build script "version.sh"
|
|
47760
|
-
return "2.100.
|
|
47760
|
+
return "2.100.4";
|
|
47761
47761
|
}
|
|
47762
47762
|
getDDICReferences() {
|
|
47763
47763
|
return this.ddicReferences;
|
|
@@ -54399,11 +54399,12 @@ ${indentation} output = ${topTarget}.`;
|
|
|
54399
54399
|
body += indentation + structureName + "-" + b.concatTokens() + ".\n";
|
|
54400
54400
|
}
|
|
54401
54401
|
else if (b.get() instanceof Expressions.Source) {
|
|
54402
|
-
|
|
54402
|
+
// note: it wont work with APPEND for Hashed/Sorted Tables, so use INSERT,
|
|
54403
|
+
body += indentation + "INSERT " + b.concatTokens() + ` INTO TABLE ${uniqueName}.\n`;
|
|
54403
54404
|
skip = true;
|
|
54404
54405
|
}
|
|
54405
54406
|
else if (b.get() instanceof Expressions.ValueBodyLines) {
|
|
54406
|
-
body += indentation + "
|
|
54407
|
+
body += indentation + "INSERT " + b.concatTokens() + ` INTO TABLE ${uniqueName}.\n`;
|
|
54407
54408
|
skip = true;
|
|
54408
54409
|
}
|
|
54409
54410
|
else if (b.concatTokens() === ")") {
|
|
@@ -54412,7 +54413,7 @@ ${indentation} output = ${topTarget}.`;
|
|
|
54412
54413
|
added = true;
|
|
54413
54414
|
}
|
|
54414
54415
|
if (skip === false) {
|
|
54415
|
-
body += indentation + `
|
|
54416
|
+
body += indentation + `INSERT ${structureName} INTO TABLE ${uniqueName}.\n`;
|
|
54416
54417
|
}
|
|
54417
54418
|
}
|
|
54418
54419
|
previous = b;
|
|
@@ -76482,81 +76483,81 @@ module.exports = toNumber
|
|
|
76482
76483
|
"use strict";
|
|
76483
76484
|
__webpack_require__.r(__webpack_exports__);
|
|
76484
76485
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
76485
|
-
/* harmony export */
|
|
76486
|
-
/* harmony export */
|
|
76487
|
-
/* harmony export */
|
|
76488
|
-
/* harmony export */
|
|
76489
|
-
/* harmony export */
|
|
76490
|
-
/* harmony export */
|
|
76491
|
-
/* harmony export */
|
|
76492
|
-
/* harmony export */
|
|
76493
|
-
/* harmony export */
|
|
76494
|
-
/* harmony export */
|
|
76495
|
-
/* harmony export */
|
|
76496
|
-
/* harmony export */
|
|
76497
|
-
/* harmony export */
|
|
76498
|
-
/* harmony export */
|
|
76499
|
-
/* harmony export */
|
|
76500
|
-
/* harmony export */
|
|
76501
|
-
/* harmony export */
|
|
76502
|
-
/* harmony export */
|
|
76503
|
-
/* harmony export */
|
|
76504
|
-
/* harmony export */
|
|
76505
|
-
/* harmony export */
|
|
76506
|
-
/* harmony export */
|
|
76507
|
-
/* harmony export */
|
|
76508
|
-
/* harmony export */
|
|
76509
|
-
/* harmony export */
|
|
76510
|
-
/* harmony export */
|
|
76511
|
-
/* harmony export */
|
|
76512
|
-
/* harmony export */
|
|
76513
|
-
/* harmony export */
|
|
76514
|
-
/* harmony export */
|
|
76515
|
-
/* harmony export */
|
|
76516
|
-
/* harmony export */
|
|
76517
|
-
/* harmony export */
|
|
76518
|
-
/* harmony export */
|
|
76519
|
-
/* harmony export */
|
|
76520
|
-
/* harmony export */
|
|
76521
|
-
/* harmony export */
|
|
76522
|
-
/* harmony export */
|
|
76523
|
-
/* harmony export */
|
|
76524
|
-
/* harmony export */
|
|
76525
|
-
/* harmony export */
|
|
76526
|
-
/* harmony export */
|
|
76527
|
-
/* harmony export */
|
|
76528
|
-
/* harmony export */
|
|
76529
|
-
/* harmony export */
|
|
76530
|
-
/* harmony export */
|
|
76531
|
-
/* harmony export */
|
|
76532
|
-
/* harmony export */
|
|
76533
|
-
/* harmony export */
|
|
76534
|
-
/* harmony export */
|
|
76535
|
-
/* harmony export */
|
|
76536
|
-
/* harmony export */
|
|
76537
|
-
/* harmony export */
|
|
76538
|
-
/* harmony export */
|
|
76539
|
-
/* harmony export */
|
|
76540
|
-
/* harmony export */
|
|
76541
|
-
/* harmony export */
|
|
76542
|
-
/* harmony export */
|
|
76543
|
-
/* harmony export */
|
|
76544
|
-
/* harmony export */
|
|
76545
|
-
/* harmony export */
|
|
76546
|
-
/* harmony export */
|
|
76547
|
-
/* harmony export */
|
|
76548
|
-
/* harmony export */
|
|
76549
|
-
/* harmony export */
|
|
76550
|
-
/* harmony export */
|
|
76551
|
-
/* harmony export */
|
|
76552
|
-
/* harmony export */
|
|
76553
|
-
/* harmony export */
|
|
76554
|
-
/* harmony export */
|
|
76555
|
-
/* harmony export */
|
|
76556
|
-
/* harmony export */
|
|
76557
|
-
/* harmony export */
|
|
76558
|
-
/* harmony export */
|
|
76559
|
-
/* harmony export */
|
|
76486
|
+
/* harmony export */ AnnotatedTextEdit: () => (/* binding */ AnnotatedTextEdit),
|
|
76487
|
+
/* harmony export */ ChangeAnnotation: () => (/* binding */ ChangeAnnotation),
|
|
76488
|
+
/* harmony export */ ChangeAnnotationIdentifier: () => (/* binding */ ChangeAnnotationIdentifier),
|
|
76489
|
+
/* harmony export */ CodeAction: () => (/* binding */ CodeAction),
|
|
76490
|
+
/* harmony export */ CodeActionContext: () => (/* binding */ CodeActionContext),
|
|
76491
|
+
/* harmony export */ CodeActionKind: () => (/* binding */ CodeActionKind),
|
|
76492
|
+
/* harmony export */ CodeActionTriggerKind: () => (/* binding */ CodeActionTriggerKind),
|
|
76493
|
+
/* harmony export */ CodeDescription: () => (/* binding */ CodeDescription),
|
|
76494
|
+
/* harmony export */ CodeLens: () => (/* binding */ CodeLens),
|
|
76495
|
+
/* harmony export */ Color: () => (/* binding */ Color),
|
|
76496
|
+
/* harmony export */ ColorInformation: () => (/* binding */ ColorInformation),
|
|
76497
|
+
/* harmony export */ ColorPresentation: () => (/* binding */ ColorPresentation),
|
|
76498
|
+
/* harmony export */ Command: () => (/* binding */ Command),
|
|
76499
|
+
/* harmony export */ CompletionItem: () => (/* binding */ CompletionItem),
|
|
76500
|
+
/* harmony export */ CompletionItemKind: () => (/* binding */ CompletionItemKind),
|
|
76501
|
+
/* harmony export */ CompletionItemLabelDetails: () => (/* binding */ CompletionItemLabelDetails),
|
|
76502
|
+
/* harmony export */ CompletionItemTag: () => (/* binding */ CompletionItemTag),
|
|
76503
|
+
/* harmony export */ CompletionList: () => (/* binding */ CompletionList),
|
|
76504
|
+
/* harmony export */ CreateFile: () => (/* binding */ CreateFile),
|
|
76505
|
+
/* harmony export */ DeleteFile: () => (/* binding */ DeleteFile),
|
|
76506
|
+
/* harmony export */ Diagnostic: () => (/* binding */ Diagnostic),
|
|
76507
|
+
/* harmony export */ DiagnosticRelatedInformation: () => (/* binding */ DiagnosticRelatedInformation),
|
|
76508
|
+
/* harmony export */ DiagnosticSeverity: () => (/* binding */ DiagnosticSeverity),
|
|
76509
|
+
/* harmony export */ DiagnosticTag: () => (/* binding */ DiagnosticTag),
|
|
76510
|
+
/* harmony export */ DocumentHighlight: () => (/* binding */ DocumentHighlight),
|
|
76511
|
+
/* harmony export */ DocumentHighlightKind: () => (/* binding */ DocumentHighlightKind),
|
|
76512
|
+
/* harmony export */ DocumentLink: () => (/* binding */ DocumentLink),
|
|
76513
|
+
/* harmony export */ DocumentSymbol: () => (/* binding */ DocumentSymbol),
|
|
76514
|
+
/* harmony export */ DocumentUri: () => (/* binding */ DocumentUri),
|
|
76515
|
+
/* harmony export */ EOL: () => (/* binding */ EOL),
|
|
76516
|
+
/* harmony export */ FoldingRange: () => (/* binding */ FoldingRange),
|
|
76517
|
+
/* harmony export */ FoldingRangeKind: () => (/* binding */ FoldingRangeKind),
|
|
76518
|
+
/* harmony export */ FormattingOptions: () => (/* binding */ FormattingOptions),
|
|
76519
|
+
/* harmony export */ Hover: () => (/* binding */ Hover),
|
|
76520
|
+
/* harmony export */ InlayHint: () => (/* binding */ InlayHint),
|
|
76521
|
+
/* harmony export */ InlayHintKind: () => (/* binding */ InlayHintKind),
|
|
76522
|
+
/* harmony export */ InlayHintLabelPart: () => (/* binding */ InlayHintLabelPart),
|
|
76523
|
+
/* harmony export */ InlineValueContext: () => (/* binding */ InlineValueContext),
|
|
76524
|
+
/* harmony export */ InlineValueEvaluatableExpression: () => (/* binding */ InlineValueEvaluatableExpression),
|
|
76525
|
+
/* harmony export */ InlineValueText: () => (/* binding */ InlineValueText),
|
|
76526
|
+
/* harmony export */ InlineValueVariableLookup: () => (/* binding */ InlineValueVariableLookup),
|
|
76527
|
+
/* harmony export */ InsertReplaceEdit: () => (/* binding */ InsertReplaceEdit),
|
|
76528
|
+
/* harmony export */ InsertTextFormat: () => (/* binding */ InsertTextFormat),
|
|
76529
|
+
/* harmony export */ InsertTextMode: () => (/* binding */ InsertTextMode),
|
|
76530
|
+
/* harmony export */ Location: () => (/* binding */ Location),
|
|
76531
|
+
/* harmony export */ LocationLink: () => (/* binding */ LocationLink),
|
|
76532
|
+
/* harmony export */ MarkedString: () => (/* binding */ MarkedString),
|
|
76533
|
+
/* harmony export */ MarkupContent: () => (/* binding */ MarkupContent),
|
|
76534
|
+
/* harmony export */ MarkupKind: () => (/* binding */ MarkupKind),
|
|
76535
|
+
/* harmony export */ OptionalVersionedTextDocumentIdentifier: () => (/* binding */ OptionalVersionedTextDocumentIdentifier),
|
|
76536
|
+
/* harmony export */ ParameterInformation: () => (/* binding */ ParameterInformation),
|
|
76537
|
+
/* harmony export */ Position: () => (/* binding */ Position),
|
|
76538
|
+
/* harmony export */ Range: () => (/* binding */ Range),
|
|
76539
|
+
/* harmony export */ RenameFile: () => (/* binding */ RenameFile),
|
|
76540
|
+
/* harmony export */ SelectionRange: () => (/* binding */ SelectionRange),
|
|
76541
|
+
/* harmony export */ SemanticTokenModifiers: () => (/* binding */ SemanticTokenModifiers),
|
|
76542
|
+
/* harmony export */ SemanticTokenTypes: () => (/* binding */ SemanticTokenTypes),
|
|
76543
|
+
/* harmony export */ SemanticTokens: () => (/* binding */ SemanticTokens),
|
|
76544
|
+
/* harmony export */ SignatureInformation: () => (/* binding */ SignatureInformation),
|
|
76545
|
+
/* harmony export */ SymbolInformation: () => (/* binding */ SymbolInformation),
|
|
76546
|
+
/* harmony export */ SymbolKind: () => (/* binding */ SymbolKind),
|
|
76547
|
+
/* harmony export */ SymbolTag: () => (/* binding */ SymbolTag),
|
|
76548
|
+
/* harmony export */ TextDocument: () => (/* binding */ TextDocument),
|
|
76549
|
+
/* harmony export */ TextDocumentEdit: () => (/* binding */ TextDocumentEdit),
|
|
76550
|
+
/* harmony export */ TextDocumentIdentifier: () => (/* binding */ TextDocumentIdentifier),
|
|
76551
|
+
/* harmony export */ TextDocumentItem: () => (/* binding */ TextDocumentItem),
|
|
76552
|
+
/* harmony export */ TextEdit: () => (/* binding */ TextEdit),
|
|
76553
|
+
/* harmony export */ URI: () => (/* binding */ URI),
|
|
76554
|
+
/* harmony export */ VersionedTextDocumentIdentifier: () => (/* binding */ VersionedTextDocumentIdentifier),
|
|
76555
|
+
/* harmony export */ WorkspaceChange: () => (/* binding */ WorkspaceChange),
|
|
76556
|
+
/* harmony export */ WorkspaceEdit: () => (/* binding */ WorkspaceEdit),
|
|
76557
|
+
/* harmony export */ WorkspaceFolder: () => (/* binding */ WorkspaceFolder),
|
|
76558
|
+
/* harmony export */ WorkspaceSymbol: () => (/* binding */ WorkspaceSymbol),
|
|
76559
|
+
/* harmony export */ integer: () => (/* binding */ integer),
|
|
76560
|
+
/* harmony export */ uinteger: () => (/* binding */ uinteger)
|
|
76560
76561
|
/* harmony export */ });
|
|
76561
76562
|
/* --------------------------------------------------------------------------------------------
|
|
76562
76563
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -79824,19 +79825,19 @@ module.exports = require("zlib");
|
|
|
79824
79825
|
"use strict";
|
|
79825
79826
|
__webpack_require__.r(__webpack_exports__);
|
|
79826
79827
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
79827
|
-
/* harmony export */
|
|
79828
|
-
/* harmony export */
|
|
79829
|
-
/* harmony export */
|
|
79830
|
-
/* harmony export */
|
|
79831
|
-
/* harmony export */
|
|
79832
|
-
/* harmony export */
|
|
79828
|
+
/* harmony export */ Chalk: () => (/* binding */ Chalk),
|
|
79829
|
+
/* harmony export */ backgroundColorNames: () => (/* reexport safe */ _ansi_styles__WEBPACK_IMPORTED_MODULE_0__.backgroundColorNames),
|
|
79830
|
+
/* harmony export */ backgroundColors: () => (/* reexport safe */ _ansi_styles__WEBPACK_IMPORTED_MODULE_0__.backgroundColorNames),
|
|
79831
|
+
/* harmony export */ chalkStderr: () => (/* binding */ chalkStderr),
|
|
79832
|
+
/* harmony export */ colorNames: () => (/* reexport safe */ _ansi_styles__WEBPACK_IMPORTED_MODULE_0__.colorNames),
|
|
79833
|
+
/* harmony export */ colors: () => (/* reexport safe */ _ansi_styles__WEBPACK_IMPORTED_MODULE_0__.colorNames),
|
|
79833
79834
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__),
|
|
79834
|
-
/* harmony export */
|
|
79835
|
-
/* harmony export */
|
|
79836
|
-
/* harmony export */
|
|
79837
|
-
/* harmony export */
|
|
79838
|
-
/* harmony export */
|
|
79839
|
-
/* harmony export */
|
|
79835
|
+
/* harmony export */ foregroundColorNames: () => (/* reexport safe */ _ansi_styles__WEBPACK_IMPORTED_MODULE_0__.foregroundColorNames),
|
|
79836
|
+
/* harmony export */ foregroundColors: () => (/* reexport safe */ _ansi_styles__WEBPACK_IMPORTED_MODULE_0__.foregroundColorNames),
|
|
79837
|
+
/* harmony export */ modifierNames: () => (/* reexport safe */ _ansi_styles__WEBPACK_IMPORTED_MODULE_0__.modifierNames),
|
|
79838
|
+
/* harmony export */ modifiers: () => (/* reexport safe */ _ansi_styles__WEBPACK_IMPORTED_MODULE_0__.modifierNames),
|
|
79839
|
+
/* harmony export */ supportsColor: () => (/* binding */ stdoutColor),
|
|
79840
|
+
/* harmony export */ supportsColorStderr: () => (/* binding */ stderrColor)
|
|
79840
79841
|
/* harmony export */ });
|
|
79841
79842
|
/* harmony import */ var _ansi_styles__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./vendor/ansi-styles/index.js */ "./node_modules/chalk/source/vendor/ansi-styles/index.js");
|
|
79842
79843
|
/* harmony import */ var _supports_color__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! #supports-color */ "./node_modules/chalk/source/vendor/supports-color/index.js");
|
|
@@ -80062,8 +80063,8 @@ const chalkStderr = createChalk({level: stderrColor ? stderrColor.level : 0});
|
|
|
80062
80063
|
"use strict";
|
|
80063
80064
|
__webpack_require__.r(__webpack_exports__);
|
|
80064
80065
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
80065
|
-
/* harmony export */
|
|
80066
|
-
/* harmony export */
|
|
80066
|
+
/* harmony export */ stringEncaseCRLFWithFirstIndex: () => (/* binding */ stringEncaseCRLFWithFirstIndex),
|
|
80067
|
+
/* harmony export */ stringReplaceAll: () => (/* binding */ stringReplaceAll)
|
|
80067
80068
|
/* harmony export */ });
|
|
80068
80069
|
// TODO: When targeting Node.js 16, use `String.prototype.replaceAll`.
|
|
80069
80070
|
function stringReplaceAll(string, substring, replacer) {
|
|
@@ -80111,11 +80112,11 @@ function stringEncaseCRLFWithFirstIndex(string, prefix, postfix, index) {
|
|
|
80111
80112
|
"use strict";
|
|
80112
80113
|
__webpack_require__.r(__webpack_exports__);
|
|
80113
80114
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
80114
|
-
/* harmony export */
|
|
80115
|
-
/* harmony export */
|
|
80115
|
+
/* harmony export */ backgroundColorNames: () => (/* binding */ backgroundColorNames),
|
|
80116
|
+
/* harmony export */ colorNames: () => (/* binding */ colorNames),
|
|
80116
80117
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__),
|
|
80117
|
-
/* harmony export */
|
|
80118
|
-
/* harmony export */
|
|
80118
|
+
/* harmony export */ foregroundColorNames: () => (/* binding */ foregroundColorNames),
|
|
80119
|
+
/* harmony export */ modifierNames: () => (/* binding */ modifierNames)
|
|
80119
80120
|
/* harmony export */ });
|
|
80120
80121
|
const ANSI_BACKGROUND_OFFSET = 10;
|
|
80121
80122
|
|
|
@@ -80353,7 +80354,7 @@ const ansiStyles = assembleStyles();
|
|
|
80353
80354
|
"use strict";
|
|
80354
80355
|
__webpack_require__.r(__webpack_exports__);
|
|
80355
80356
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
80356
|
-
/* harmony export */
|
|
80357
|
+
/* harmony export */ createSupportsColor: () => (/* binding */ createSupportsColor),
|
|
80357
80358
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
80358
80359
|
/* harmony export */ });
|
|
80359
80360
|
/* harmony import */ var node_process__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! node:process */ "node:process");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abaplint/cli",
|
|
3
|
-
"version": "2.100.
|
|
3
|
+
"version": "2.100.4",
|
|
4
4
|
"description": "abaplint - Command Line Interface",
|
|
5
5
|
"funding": "https://github.com/sponsors/larshp",
|
|
6
6
|
"bin": {
|
|
@@ -38,12 +38,12 @@
|
|
|
38
38
|
},
|
|
39
39
|
"homepage": "https://abaplint.org",
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@abaplint/core": "^2.100.
|
|
41
|
+
"@abaplint/core": "^2.100.4",
|
|
42
42
|
"@types/chai": "^4.3.5",
|
|
43
43
|
"@types/glob": "^7.2.0",
|
|
44
44
|
"@types/minimist": "^1.2.2",
|
|
45
45
|
"@types/mocha": "^10.0.1",
|
|
46
|
-
"@types/node": "^20.
|
|
46
|
+
"@types/node": "^20.2.0",
|
|
47
47
|
"@types/progress": "^2.0.5",
|
|
48
48
|
"chai": "^4.3.7",
|
|
49
49
|
"chalk": "^5.2.0",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"mocha": "^10.2.0",
|
|
56
56
|
"progress": "^2.0.3",
|
|
57
57
|
"typescript": "^5.0.4",
|
|
58
|
-
"webpack": "^5.
|
|
58
|
+
"webpack": "^5.83.1",
|
|
59
59
|
"webpack-cli": "^5.1.1",
|
|
60
60
|
"xml-js": "^1.6.11"
|
|
61
61
|
},
|