Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# test
# abap2UI5-web

Run abap2UI5 with [**open-abap**](https://github.com/open-abap) on Node.js

### Start
```
npm install
npm test
```
```

### Demo
![gif_open_abap](https://github.com/oblomov-dev/abap2ui5-web/assets/102328295/7a15ba1f-ed3c-47ba-b47d-817ab5133073)
2 changes: 1 addition & 1 deletion abap_transpile.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"addCommonJS": true,
"extraSetup": "../test/setup.mjs",
"unknownTypes": "runtimeError",
"keywords": ["in", "class"],
"keywords": ["return", "in", "class", "for", "delete"],
"skip": []
}
}
104 changes: 52 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
},
"homepage": "https://github.com/oblomov-dev/abap2UI5#readme",
"devDependencies": {
"@abaplint/cli": "^2.101.8",
"@abaplint/runtime": "^2.7.17",
"@abaplint/database-sqlite": "^2.7.13",
"@abaplint/cli": "^2.105.18",
"@abaplint/runtime": "^2.7.158",
"@abaplint/database-sqlite": "^2.7.144",
"express": "^4.18.2",
"@abaplint/transpiler-cli": "^2.7.17"
"@abaplint/transpiler-cli": "^2.7.158"
}
}
2 changes: 1 addition & 1 deletion src/00/package.devc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
<asx:values>
<DEVC>
<CTEXT>abap2UI5 - demos and view helper</CTEXT>
<CTEXT>test</CTEXT>
</DEVC>
</asx:values>
</asx:abap>
Expand Down
Loading