abap2UI5/node/ci/abap_transpile.json
oblomov-dev 15ce3f4155
update
2025-02-19 21:06:54 +00:00

27 lines
723 B
JSON

{
"input_folder": "../downport",
"output_folder": "../output",
"libs": [
{
"url": "https://github.com/open-abap/open-abap-core"
},
{
"url": "https://github.com/open-abap/express-icf-shim"
}
],
"write_unit_tests": true,
"write_source_map": true,
"options": {
"ignoreSyntaxCheck": false,
"addFilenames": true,
"addCommonJS": true,
"extraSetup": "../ci/setup.mjs",
"unknownTypes": "runtimeError",
"skipReposrc": true,
"keywords": ["return", "in", "class", "for", "delete", "var"],
"skip": [
{"object": "Z2UI5_CL_AJSON", "class": "ltcl_parser_test", "method": "parse_error", "note": "NodeJS 20 does not set position of parsing error"}
]
}
}