mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-30 06:48:17 +08:00
27 lines
727 B
JSON
27 lines
727 B
JSON
{
|
|
"input_folder": "node/downport",
|
|
"output_folder": "node/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"}
|
|
]
|
|
}
|
|
}
|