Skip to content

Commit 63841af

Browse files
authored
Downport (#2)
* update downport * update
1 parent f23d2b0 commit 63841af

File tree

3 files changed

+145
-0
lines changed

3 files changed

+145
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
downport
2+
node_modules
3+
output

package-lock.json

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

package.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "abap2ui5-samples",
3+
"private": true,
4+
"version": "1.0.0",
5+
"description": "abap2UI5-local",
6+
"scripts": {
7+
"syfixes": "find . -type f -name '*.abap' -exec sed -i -e 's/ RAISE EXCEPTION TYPE cx_sy_itab_line_not_found/ ASSERT 1 = 0/g' {} + ",
8+
"downport": "abaplint --fix .github/abaplint/abap_702.jsonc && npm run syfixes && cp -f .github/abaplint/abap_702.jsonc abaplint.jsonc",
9+
"init_downport": "git clone --branch 702 https://github.com/abap2UI5/abap2UI5 && cp -r abap2UI5/src src",
10+
"cleanup_downport": "rm -rf abap2UI5 && rm -rf src/src"
11+
},
12+
"repository": {
13+
"type": "git",
14+
"url": "git+https://github.com/abap2UI5/samples.git"
15+
},
16+
"license": "MIT",
17+
"bugs": {
18+
"url": "https://github.com/abap2UI5/samples.git"
19+
},
20+
"homepage": "https://github.com/abap2UI5/samples#readme",
21+
"devDependencies": {
22+
"@abaplint/cli": "^2.113.86",
23+
"@abaplint/database-sqlite": "^2.10.20",
24+
"@abaplint/runtime": "^2.10.23",
25+
"@abaplint/transpiler-cli": "^2.10.23"
26+
},
27+
"dependencies": {
28+
"npm-check-updates": "^17.1.13"
29+
}
30+
}

0 commit comments

Comments
 (0)