@abaplint/core 2.83.16 → 2.83.17
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.
|
@@ -9,7 +9,7 @@ class SelectOption {
|
|
|
9
9
|
const sourc = (0, combi_1.alt)(expressions_1.Constant, expressions_1.FieldChain);
|
|
10
10
|
const to = (0, combi_1.seq)("TO", sourc);
|
|
11
11
|
const def = (0, combi_1.seq)("DEFAULT", sourc, (0, combi_1.opt)(to));
|
|
12
|
-
const option = (0, combi_1.seq)("OPTION", expressions_1.Field);
|
|
12
|
+
const option = (0, combi_1.seq)("OPTION", (0, combi_1.alt)("CP", expressions_1.Field));
|
|
13
13
|
const sign = (0, combi_1.seq)("SIGN", expressions_1.Field);
|
|
14
14
|
const memory = (0, combi_1.seq)("MEMORY ID", expressions_1.SimpleSource1);
|
|
15
15
|
const match = (0, combi_1.seq)("MATCHCODE OBJECT", expressions_1.Field);
|
package/build/src/registry.js
CHANGED