@abaplint/transpiler-cli 2.11.85 → 2.11.86

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.
Files changed (2) hide show
  1. package/build/bundle.js +1 -1
  2. package/package.json +2 -2
package/build/bundle.js CHANGED
@@ -78619,7 +78619,7 @@ class CompareTranspiler {
78619
78619
  return new chunk_1.Chunk().appendString(pre + "(INPUT && INPUT." + concat.replace(" IS SUPPLIED", "" + ")").toLowerCase());
78620
78620
  }
78621
78621
  else if (concat.endsWith(" IS NOT SUPPLIED")) {
78622
- return new chunk_1.Chunk().appendString(pre + "INPUT && INPUT." + concat.replace(" IS NOT SUPPLIED", "").toLowerCase() + " === undefined");
78622
+ return new chunk_1.Chunk().appendString(pre + "(INPUT === undefined || INPUT." + concat.replace(" IS NOT SUPPLIED", "").toLowerCase() + " === undefined)");
78623
78623
  }
78624
78624
  if (concat.endsWith(" IS REQUESTED")) {
78625
78625
  const field = concat.replace(" IS REQUESTED", "").toLowerCase();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/transpiler-cli",
3
- "version": "2.11.85",
3
+ "version": "2.11.86",
4
4
  "description": "Transpiler - Command Line Interface",
5
5
  "funding": "https://github.com/sponsors/larshp",
6
6
  "bin": {
@@ -28,7 +28,7 @@
28
28
  "license": "MIT",
29
29
  "devDependencies": {
30
30
  "@abaplint/core": "^2.113.200",
31
- "@abaplint/transpiler": "^2.11.85",
31
+ "@abaplint/transpiler": "^2.11.86",
32
32
  "@types/glob": "^8.1.0",
33
33
  "@types/node": "^24.3.1",
34
34
  "@types/progress": "^2.0.7",