mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-30 06:59:20 +08:00

* xml view add/update controls * update * fix * fix #2 * Update abap_transpile.json --------- Co-authored-by: oblomov <102328295+oblomov-dev@users.noreply.github.com>
23 lines
486 B
JSON
23 lines
486 B
JSON
{
|
|
"input_folder": "downport",
|
|
"input_filter": [],
|
|
"output_folder": "output",
|
|
"libs": [
|
|
{
|
|
"url": "https://github.com/open-abap/open-abap-core"
|
|
}
|
|
],
|
|
"write_unit_tests": true,
|
|
"write_source_map": true,
|
|
"options": {
|
|
"ignoreSyntaxCheck": false,
|
|
"addFilenames": true,
|
|
"addCommonJS": true,
|
|
"unknownTypes": "runtimeError",
|
|
"keywords": ["return", "in", "class", "for", "delete"],
|
|
"extraSetup": "../test/setup.mjs",
|
|
"skip": [
|
|
]
|
|
}
|
|
}
|