@abaplint/cli 2.113.58 → 2.113.59
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 +2 -2
- package/package.json +2 -2
package/build/cli.js
CHANGED
|
@@ -5452,7 +5452,7 @@ const tokens_1 = __webpack_require__(/*! ../../1_lexer/tokens */ "./node_modules
|
|
|
5452
5452
|
class FormName extends combi_1.Expression {
|
|
5453
5453
|
getRunnable() {
|
|
5454
5454
|
// todo, does not handle namespaces properly
|
|
5455
|
-
return (0, combi_1.seq)((0, combi_1.regex)(
|
|
5455
|
+
return (0, combi_1.seq)((0, combi_1.regex)(/^!?[\w%$\*\/\?]+$/), (0, combi_1.starPrio)((0, combi_1.seq)((0, combi_1.tok)(tokens_1.Dash), (0, combi_1.optPrio)((0, combi_1.regex)(/^\w+$/)))), (0, combi_1.optPrio)((0, combi_1.tok)(tokens_1.DashW)));
|
|
5456
5456
|
}
|
|
5457
5457
|
}
|
|
5458
5458
|
exports.FormName = FormName;
|
|
@@ -53167,7 +53167,7 @@ class Registry {
|
|
|
53167
53167
|
}
|
|
53168
53168
|
static abaplintVersion() {
|
|
53169
53169
|
// magic, see build script "version.sh"
|
|
53170
|
-
return "2.113.
|
|
53170
|
+
return "2.113.59";
|
|
53171
53171
|
}
|
|
53172
53172
|
getDDICReferences() {
|
|
53173
53173
|
return this.ddicReferences;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abaplint/cli",
|
|
3
|
-
"version": "2.113.
|
|
3
|
+
"version": "2.113.59",
|
|
4
4
|
"description": "abaplint - Command Line Interface",
|
|
5
5
|
"funding": "https://github.com/sponsors/larshp",
|
|
6
6
|
"bin": {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
},
|
|
39
39
|
"homepage": "https://abaplint.org",
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@abaplint/core": "^2.113.
|
|
41
|
+
"@abaplint/core": "^2.113.59",
|
|
42
42
|
"@types/chai": "^4.3.20",
|
|
43
43
|
"@types/glob": "^8.1.0",
|
|
44
44
|
"@types/minimist": "^1.2.5",
|