Skip to content

Commit 63bbc9e

Browse files
authored
5 more demos (#15)
1 parent 3a0e3f6 commit 63bbc9e

11 files changed

+27
-27
lines changed

abap.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ for (let i = 1; i < 10; i++) {
3737
const contents = fs.readFileSync("abap2xlsx-demos/src/demo00" + i + "/zcl_excel_demo" + i + ".clas.abap", "utf-8").toString("utf-8");
3838
add("zcl_excel_demo" + i + ".clas.abap", contents);
3939
} catch {
40-
break;
40+
continue;
4141
}
4242
}
4343

examples.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ console.log("Running examples.mjs");
77
for (let i = 1; i < 10; i++) {
88
const className = "ZCL_EXCEL_DEMO" + i;
99
if (abap.Classes[className] === undefined) {
10-
break;
10+
continue;
1111
}
1212

1313
const excel = await abap.Classes[className].zif_excel_demo_output$run();

package-lock.json

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"author": "",
1717
"license": "MIT",
1818
"devDependencies": {
19-
"@abaplint/monaco": "^2.113.6",
20-
"@abaplint/runtime": "^2.10.17",
21-
"@abaplint/transpiler": "^2.10.17",
22-
"@abaplint/transpiler-cli": "^2.10.17",
19+
"@abaplint/monaco": "^2.113.7",
20+
"@abaplint/runtime": "^2.10.18",
21+
"@abaplint/transpiler": "^2.10.18",
22+
"@abaplint/transpiler-cli": "^2.10.18",
2323
"assert": "^2.1.0",
2424
"browserify-zlib": "^0.2.0",
2525
"buffer": "^6.0.3",

public/zcl_excel_demo1.xlsx

0 Bytes
Binary file not shown.

public/zcl_excel_demo2.xlsx

0 Bytes
Binary file not shown.

public/zcl_excel_demo4.xlsx

8.89 KB
Binary file not shown.

public/zcl_excel_demo5.xlsx

5.67 KB
Binary file not shown.

public/zcl_excel_demo6.xlsx

5.66 KB
Binary file not shown.

public/zcl_excel_demo7.xlsx

6.58 KB
Binary file not shown.

0 commit comments

Comments
 (0)