mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 17:26:10 +08:00

* cleanup resources * update ci setup * Update test_rename.yml * Update test.yml * Update test_rename.yml
25 lines
676 B
JSON
25 lines
676 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,
|
|
"skipReposrc": true,
|
|
"unknownTypes": "runtimeError",
|
|
"keywords": ["return", "in", "class", "for", "delete", "default", "var"],
|
|
"extraSetup": "../ci/setup.mjs",
|
|
"skip": [
|
|
{"object": "Z2UI5_CL_AJSON", "class": "ltcl_parser_test", "method": "parse_error", "note": "NodeJS 20 does not set position of parsing error"}
|
|
]
|
|
}
|
|
}
|