@abaplint/runtime 2.11.63 → 2.11.64
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/src/alpha.js +0 -3
- package/package.json +1 -1
package/build/src/alpha.js
CHANGED
|
@@ -9,9 +9,6 @@ function alphaOut(source) {
|
|
|
9
9
|
}
|
|
10
10
|
function alphaIn(source, context) {
|
|
11
11
|
let txt = source.get() + "";
|
|
12
|
-
if (context === undefined) {
|
|
13
|
-
throw new Error("alphaIn, context is undefined");
|
|
14
|
-
}
|
|
15
12
|
if (txt.match(/^[0-9 ]+$/) === null) {
|
|
16
13
|
// contains letters
|
|
17
14
|
return txt;
|