@abaplint/transpiler 2.0.20 → 2.0.23

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.
@@ -6,7 +6,7 @@ const chunk_1 = require("../chunk");
6
6
  class InsertInternalTranspiler {
7
7
  transpile(node, traversal) {
8
8
  const options = [];
9
- let source = node.findDirectExpression(abaplint.Expressions.SimpleSource1);
9
+ let source = node.findDirectExpression(abaplint.Expressions.SimpleSource4);
10
10
  const target = node.findDirectExpression(abaplint.Expressions.Target);
11
11
  const concat = node.concatTokens().toUpperCase();
12
12
  if (concat.startsWith("INSERT LINES OF ")) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/transpiler",
3
- "version": "2.0.20",
3
+ "version": "2.0.23",
4
4
  "description": "Transpiler",
5
5
  "main": "build/src/index.js",
6
6
  "typings": "build/src/index.d.ts",
@@ -28,7 +28,7 @@
28
28
  "author": "abaplint",
29
29
  "license": "MIT",
30
30
  "dependencies": {
31
- "@abaplint/core": "^2.89.14",
31
+ "@abaplint/core": "^2.90.3",
32
32
  "source-map": "^0.7.3"
33
33
  },
34
34
  "devDependencies": {