diff --git a/abap_transpile.json b/abap_transpile.json index 5946d09..1de82ac 100644 --- a/abap_transpile.json +++ b/abap_transpile.json @@ -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"}, diff --git a/package.json b/package.json index 4215ac2..fe43f2e 100644 --- a/package.json +++ b/package.json @@ -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" } }