From 82cfa8589573521f8b39d3484a73d6c6de0bf43b Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Thu, 5 Sep 2024 17:37:25 +0200 Subject: [PATCH 1/5] update deps --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 29e413b6..4faf27d6 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ "dependencies": { "@abaplint/cli": "^2.113.6", "@abaplint/database-sqlite": "^2.8.25", - "@abaplint/runtime": "^2.10.11", - "@abaplint/transpiler-cli": "^2.10.11", + "@abaplint/runtime": "^2.10.12", + "@abaplint/transpiler-cli": "^2.10.12", "0x": "^5.7.0" } } From c6c53fcdc3862809b13d4ce935867e88606868d6 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Thu, 5 Sep 2024 17:42:58 +0200 Subject: [PATCH 2/5] wip --- abap_transpile.json | 1 + abap_transpile_test.json | 1 + 2 files changed, 2 insertions(+) diff --git a/abap_transpile.json b/abap_transpile.json index 2d0beff3..6c3b9469 100644 --- a/abap_transpile.json +++ b/abap_transpile.json @@ -7,6 +7,7 @@ "options": { "ignoreSyntaxCheck": false, "addFilenames": true, + "keywords": [], "addCommonJS": true, "extraSetup": "../test/setup.mjs" } diff --git a/abap_transpile_test.json b/abap_transpile_test.json index 666c2725..86203bd3 100644 --- a/abap_transpile_test.json +++ b/abap_transpile_test.json @@ -7,6 +7,7 @@ "options": { "ignoreSyntaxCheck": false, "addFilenames": true, + "keywords": [], "addCommonJS": true, "extraSetup": "../test/setup.mjs" } From 1fa295e3b66736d68ace193a1e7d7d60841ee252 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Thu, 5 Sep 2024 17:55:46 +0200 Subject: [PATCH 3/5] update --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4faf27d6..b4346fc5 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ "dependencies": { "@abaplint/cli": "^2.113.6", "@abaplint/database-sqlite": "^2.8.25", - "@abaplint/runtime": "^2.10.12", - "@abaplint/transpiler-cli": "^2.10.12", + "@abaplint/runtime": "^2.10.13", + "@abaplint/transpiler-cli": "^2.10.13", "0x": "^5.7.0" } } From a485994e45690d3beaa804be937da5ba3c800186 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Thu, 5 Sep 2024 19:28:13 +0200 Subject: [PATCH 4/5] update --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b4346fc5..0016cb1d 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ "dependencies": { "@abaplint/cli": "^2.113.6", "@abaplint/database-sqlite": "^2.8.25", - "@abaplint/runtime": "^2.10.13", - "@abaplint/transpiler-cli": "^2.10.13", + "@abaplint/runtime": "^2.10.14", + "@abaplint/transpiler-cli": "^2.10.14", "0x": "^5.7.0" } } From b9ecb5606fd4186c6ea066ff98b51e9df15e3673 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Fri, 6 Sep 2024 08:55:30 +0200 Subject: [PATCH 5/5] update --- abap_transpile.json | 1 - abap_transpile_test.json | 1 - package.json | 4 ++-- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/abap_transpile.json b/abap_transpile.json index 6c3b9469..2d0beff3 100644 --- a/abap_transpile.json +++ b/abap_transpile.json @@ -7,7 +7,6 @@ "options": { "ignoreSyntaxCheck": false, "addFilenames": true, - "keywords": [], "addCommonJS": true, "extraSetup": "../test/setup.mjs" } diff --git a/abap_transpile_test.json b/abap_transpile_test.json index 86203bd3..666c2725 100644 --- a/abap_transpile_test.json +++ b/abap_transpile_test.json @@ -7,7 +7,6 @@ "options": { "ignoreSyntaxCheck": false, "addFilenames": true, - "keywords": [], "addCommonJS": true, "extraSetup": "../test/setup.mjs" } diff --git a/package.json b/package.json index 0016cb1d..6dd5f8f4 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ "dependencies": { "@abaplint/cli": "^2.113.6", "@abaplint/database-sqlite": "^2.8.25", - "@abaplint/runtime": "^2.10.14", - "@abaplint/transpiler-cli": "^2.10.14", + "@abaplint/runtime": "^2.10.15", + "@abaplint/transpiler-cli": "^2.10.15", "0x": "^5.7.0" } }