@abaplint/transpiler 2.0.53 → 2.0.56

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.
@@ -74,7 +74,7 @@ async function run() {
74
74
  ret += ` ls_input.get().class_name.set("${obj.getName()}");
75
75
  ls_input.get().testclass_name.set("${def.name.toUpperCase()}");
76
76
  ls_input.get().method_name.set("${m.name.toUpperCase()}");
77
- abap.statements.append({source: ls_input, target: lt_input});`;
77
+ abap.statements.append({source: ls_input, target: lt_input});\n`;
78
78
  }
79
79
  }
80
80
  }
@@ -153,13 +153,13 @@ async function run() {
153
153
  }
154
154
  ret += `// -------------------END-------------------
155
155
  console.log(abap.console.get());
156
- fs.writeFileSync(__dirname + path.sep + "output.xml", unit.xUnitXML());
156
+ fs.writeFileSync(__dirname + path.sep + "_output.xml", unit.xUnitXML());
157
157
  } catch (e) {
158
158
  if (meth) {
159
159
  meth.fail();
160
160
  }
161
161
  console.log(abap.console.get());
162
- fs.writeFileSync(__dirname + path.sep + "output.xml", unit.xUnitXML());
162
+ fs.writeFileSync(__dirname + path.sep + "_output.xml", unit.xUnitXML());
163
163
  throw e;
164
164
  }
165
165
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/transpiler",
3
- "version": "2.0.53",
3
+ "version": "2.0.56",
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.91.6",
31
+ "@abaplint/core": "^2.91.7",
32
32
  "source-map": "^0.7.4"
33
33
  },
34
34
  "devDependencies": {