abap2UI5/test/abap_transpile.json
choper725 b747a388c7
added template if, else, elseif, then, with, repea (#945)
* added template if, else, elseif, then, with, repea

to xml view class

* Update abap_transpile.json

---------

Co-authored-by: oblomov <102328295+oblomov-dev@users.noreply.github.com>
2024-02-24 04:16:26 +01:00

24 lines
653 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", "default", "var"],
"extraSetup": "../test/setup.mjs",
"skip": [
{"object": "Z2UI5_CL_AJSON", "class": "ltcl_parser_test", "method": "parse_error", "note": "NodeJS 20 does not set position of parsing error"}
]
}
}