This commit is contained in:
Lars Hvam 2022-07-11 12:49:25 +02:00
parent dad6e175ab
commit acd2002e92
2 changed files with 4 additions and 3 deletions

View File

@ -78,12 +78,13 @@
"addCommonJS": true,
"unknownTypes": "runtimeError",
"skip": [
{"object": "CL_EXCEL_TEST", "class": "ltcl", "method": "test", "note": "maybe https://github.com/open-abap/open-abap/pull/357 ??"},
{"object": "CL_EXCEL_TEST", "class": "ltcl", "method": "test", "note": "??"},
{"object": "ZCL_EXCEL_WORKSHEET", "class": "lcl_excel_worksheet_test", "method": "set_merge", "note": "??"},
{"object": "ZCL_EXCEL_WORKSHEET", "class": "lcl_excel_worksheet_test", "method": "delete_merge", "note": "??"},
{"object": "ZCL_EXCEL_WORKSHEET", "class": "ltc_normalize_column_heading", "method": "default_text_if_none", "note": "??"},
{"object": "ZCL_EXCEL_WORKSHEET", "class": "ltc_set_cell_value_types", "method": "int8", "note": "??"},
{"object": "ZCL_EXCEL_WORKSHEET", "class": "ltc_normalize_style_param", "method": "ref_to_zcl_excel_style", "note": "??"},
{"object": "ZCL_EXCEL_READER_HUGE_FILE", "class": "lcl_test", "method": "test_number", "note": "SXML in open-abap currently only handles json, todo"},
{"object": "ZCL_EXCEL_READER_HUGE_FILE", "class": "lcl_test", "method": "test_shared_string", "note": "SXML in open-abap currently only handles json, todo"},

View File

@ -10,7 +10,7 @@
},
"devDependencies": {
"@abaplint/cli": "^2.91.8",
"@abaplint/transpiler-cli": "^2.0.64",
"@abaplint/runtime": "^2.0.64"
"@abaplint/transpiler-cli": "^2.0.66",
"@abaplint/runtime": "^2.0.66"
}
}