Skip to content

Commit 50928b9

Browse files
authored
latest abap2UI5 version+samples (#5)
1 parent c9a5fbb commit 50928b9

File tree

606 files changed

+67564
-12621
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

606 files changed

+67564
-12621
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
# test
1+
# abap2UI5-web
22

3+
Run abap2UI5 with [**open-abap**](https://github.com/open-abap) on Node.js
4+
5+
### Start
36
```
47
npm install
58
npm test
6-
```
9+
```
10+
11+
### Demo
12+
![gif_open_abap](https://github.com/oblomov-dev/abap2ui5-web/assets/102328295/7a15ba1f-ed3c-47ba-b47d-817ab5133073)

abap_transpile.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"addCommonJS": true,
1818
"extraSetup": "../test/setup.mjs",
1919
"unknownTypes": "runtimeError",
20-
"keywords": ["in", "class"],
20+
"keywords": ["return", "in", "class", "for", "delete"],
2121
"skip": []
2222
}
2323
}

package-lock.json

Lines changed: 52 additions & 52 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
@@ -21,10 +21,10 @@
2121
},
2222
"homepage": "https://github.com/oblomov-dev/abap2UI5#readme",
2323
"devDependencies": {
24-
"@abaplint/cli": "^2.101.8",
25-
"@abaplint/runtime": "^2.7.17",
26-
"@abaplint/database-sqlite": "^2.7.13",
24+
"@abaplint/cli": "^2.105.18",
25+
"@abaplint/runtime": "^2.7.158",
26+
"@abaplint/database-sqlite": "^2.7.144",
2727
"express": "^4.18.2",
28-
"@abaplint/transpiler-cli": "^2.7.17"
28+
"@abaplint/transpiler-cli": "^2.7.158"
2929
}
3030
}

src/00/package.devc.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
44
<asx:values>
55
<DEVC>
6-
<CTEXT>abap2UI5 - demos and view helper</CTEXT>
6+
<CTEXT>test</CTEXT>
77
</DEVC>
88
</asx:values>
99
</asx:abap>

0 commit comments

Comments
 (0)