abap2UI5/test/abap_transpile.json
choper725 41f2d056e8
xml view add/update controls (#700)
* xml view add/update controls

* update

* fix

* fix #2

* Update abap_transpile.json

---------

Co-authored-by: oblomov <102328295+oblomov-dev@users.noreply.github.com>
2023-12-02 02:05:12 +01:00

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": [
]
}
}