@abaplint/transpiler-cli 2.5.20 → 2.5.21
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.
- package/build/bundle.js +1 -0
- package/package.json +2 -2
package/build/bundle.js
CHANGED
|
@@ -76322,6 +76322,7 @@ class LoopTranspiler {
|
|
|
76322
76322
|
previous = unique_identifier_1.UniqueIdentifier.get();
|
|
76323
76323
|
tabix = unique_identifier_1.UniqueIdentifier.get();
|
|
76324
76324
|
ret.appendString(`let ${previous} = undefined;\n`);
|
|
76325
|
+
ret.appendString(`let ${tabix} = undefined;\n`);
|
|
76325
76326
|
}
|
|
76326
76327
|
const loop = new statements_1.LoopTranspiler();
|
|
76327
76328
|
ret.appendChunk(loop.transpile(c, traversal));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abaplint/transpiler-cli",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.21",
|
|
4
4
|
"description": "Transpiler - Command Line Interface",
|
|
5
5
|
"bin": {
|
|
6
6
|
"abap_transpile": "./abap_transpile"
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"author": "abaplint",
|
|
26
26
|
"license": "MIT",
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@abaplint/transpiler": "^2.5.
|
|
28
|
+
"@abaplint/transpiler": "^2.5.21",
|
|
29
29
|
"@types/glob": "^7.2.0",
|
|
30
30
|
"glob": "=7.2.0",
|
|
31
31
|
"@types/progress": "^2.0.5",
|