From 3937ab523f3ed228d381169e5f41c918c9346ce3 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Fri, 6 Sep 2024 09:04:23 +0200 Subject: [PATCH 1/6] update npm dependencies --- abaplint.json | 12 +++++++++--- package.json | 7 ++++--- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/abaplint.json b/abaplint.json index cd2a0bd..cc8f4a2 100644 --- a/abaplint.json +++ b/abaplint.json @@ -95,6 +95,8 @@ "define": true, "describeLines": false, "testSeams": true, + "exportToMemory": true, + "exportToDatabase": false, "statics": false, "defaultKey": false, "break": true @@ -136,9 +138,7 @@ "local_class_naming": false, "main_file_contents": true, "message_exists": false, - "msag_consistency": { - "numericParamters": false - }, + "msag_consistency": false, "newline_between_methods": false, "no_public_attributes": false, "object_naming": { @@ -181,6 +181,12 @@ "line_only_punc": false, "obsolete_statement": { "refresh": true, + "compute": true, + "communication": true, + "exitFromSQL": true, + "formDefinition": true, + "formImplementation": true, + "freeMemory": true, "move": true }, "start_at_tab": false, diff --git a/package.json b/package.json index d96f562..50aff1b 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "license": "MIT", "private": true, "scripts": { + "lint": "abaplint", "test": "rm -rf output && abap_transpile abap_transpile.json && echo RUNNING && node output/index.mjs" }, "repository": { @@ -9,8 +10,8 @@ "url": "git+https://github.com/abap2xlsx/abap2xlsx.git" }, "devDependencies": { - "@abaplint/cli": "^2.112.10", - "@abaplint/transpiler-cli": "^2.10.9", - "@abaplint/runtime": "^2.10.9" + "@abaplint/cli": "^2.113.6", + "@abaplint/transpiler-cli": "^2.10.15", + "@abaplint/runtime": "^2.10.15" } } From 742c317e6c7293f882302211ff4109a08bb0600a Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Wed, 11 Sep 2024 19:26:48 +0200 Subject: [PATCH 2/6] update --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 50aff1b..df79715 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ "url": "git+https://github.com/abap2xlsx/abap2xlsx.git" }, "devDependencies": { - "@abaplint/cli": "^2.113.6", - "@abaplint/transpiler-cli": "^2.10.15", - "@abaplint/runtime": "^2.10.15" + "@abaplint/cli": "^2.113.8", + "@abaplint/transpiler-cli": "^2.10.18", + "@abaplint/runtime": "^2.10.18" } } From 9369f5fc21a536e9692f367cd130e3ab86a90e92 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Thu, 16 Jan 2025 11:36:31 +0100 Subject: [PATCH 3/6] update --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index df79715..c7605a5 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ "url": "git+https://github.com/abap2xlsx/abap2xlsx.git" }, "devDependencies": { - "@abaplint/cli": "^2.113.8", - "@abaplint/transpiler-cli": "^2.10.18", - "@abaplint/runtime": "^2.10.18" + "@abaplint/cli": "^2.113.91", + "@abaplint/transpiler-cli": "^2.10.23", + "@abaplint/runtime": "^2.10.23" } } From c8a1bfef2fa0c032159b4983d367c9cbb497b34c Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Mon, 7 Apr 2025 16:53:49 +0200 Subject: [PATCH 4/6] update --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c7605a5..5d3c0a7 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ "url": "git+https://github.com/abap2xlsx/abap2xlsx.git" }, "devDependencies": { - "@abaplint/cli": "^2.113.91", - "@abaplint/transpiler-cli": "^2.10.23", - "@abaplint/runtime": "^2.10.23" + "@abaplint/cli": "^2.113.108", + "@abaplint/transpiler-cli": "^2.10.37", + "@abaplint/runtime": "^2.10.37" } } From 78da347d975d04039f1e64c944f099558878de68 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Tue, 22 Apr 2025 13:29:27 +0200 Subject: [PATCH 5/6] update --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5d3c0a7..670a719 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ "url": "git+https://github.com/abap2xlsx/abap2xlsx.git" }, "devDependencies": { - "@abaplint/cli": "^2.113.108", - "@abaplint/transpiler-cli": "^2.10.37", - "@abaplint/runtime": "^2.10.37" + "@abaplint/cli": "^2.113.110", + "@abaplint/transpiler-cli": "^2.10.44", + "@abaplint/runtime": "^2.10.44" } } From 64e3a43acc5c1e394152e6ff22db4c70eff6bfe5 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Tue, 22 Apr 2025 13:31:03 +0200 Subject: [PATCH 6/6] update libs --- abap_transpile.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/abap_transpile.json b/abap_transpile.json index db1ca88..680f1e5 100644 --- a/abap_transpile.json +++ b/abap_transpile.json @@ -28,7 +28,12 @@ "test/" ], "output_folder": "output", - "lib": "https://github.com/open-abap/open-abap", + "libs": [ + { + "url": "https://github.com/open-abap/open-abap-core", + "files": "/src/**/*.*" + } + ], "write_unit_tests": true, "write_source_map": true, "options": {