mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-06 07:01:02 +08:00
update
This commit is contained in:
parent
dad6e175ab
commit
acd2002e92
|
@ -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"},
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user