@abaplint/transpiler 2.6.6 → 2.6.7

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.
@@ -487,7 +487,7 @@ class Traversal {
487
487
  return "abap.Classes['undefined']";
488
488
  }
489
489
  if (directGlobal === true) {
490
- return "abap.Classes[" + name + "]";
490
+ return "abap.Classes[" + name + ".trimEnd()]";
491
491
  }
492
492
  const scope = this.findCurrentScopeByToken(token);
493
493
  // todo, add explicit type,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/transpiler",
3
- "version": "2.6.6",
3
+ "version": "2.6.7",
4
4
  "description": "Transpiler",
5
5
  "main": "build/src/index.js",
6
6
  "typings": "build/src/index.d.ts",