@abaplint/transpiler 2.11.11 → 2.11.12

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.
@@ -107,7 +107,7 @@ class SourceTranspiler {
107
107
  const scope = traversal.findCurrentScopeByToken(infer.getFirstToken());
108
108
  const inferType = traversal.lookupInferred(infer, scope);
109
109
  if (inferType === undefined) {
110
- throw new Error("transpiler: REF # todo, lookupInferred");
110
+ throw new Error("transpiler: REF # todo, lookupInferred, " + node.concatTokens());
111
111
  }
112
112
  const typ = new transpile_types_1.TranspileTypes().toType(inferType);
113
113
  if (typ.startsWith("new abap.types.DataReference(") === false) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/transpiler",
3
- "version": "2.11.11",
3
+ "version": "2.11.12",
4
4
  "description": "Transpiler",
5
5
  "main": "build/src/index.js",
6
6
  "typings": "build/src/index.d.ts",
@@ -29,7 +29,7 @@
29
29
  "author": "abaplint",
30
30
  "license": "MIT",
31
31
  "dependencies": {
32
- "@abaplint/core": "^2.113.158",
32
+ "@abaplint/core": "^2.113.159",
33
33
  "source-map": "^0.7.6"
34
34
  },
35
35
  "devDependencies": {