diff --git a/abap_transpile.json b/abap_transpile.json index 2d0beff3..d1997f39 100644 --- a/abap_transpile.json +++ b/abap_transpile.json @@ -8,6 +8,9 @@ "ignoreSyntaxCheck": false, "addFilenames": true, "addCommonJS": true, - "extraSetup": "../test/setup.mjs" + "setup": { + "filename": "../test/setup.mjs", + "preFunction": "setup" + } } } \ No newline at end of file diff --git a/abap_transpile_test.json b/abap_transpile_test.json index 5697dbcc..d9d833af 100644 --- a/abap_transpile_test.json +++ b/abap_transpile_test.json @@ -8,6 +8,9 @@ "ignoreSyntaxCheck": false, "addFilenames": true, "addCommonJS": true, - "extraSetup": "../test/setup.mjs" + "setup": { + "filename": "../test/setup.mjs", + "preFunction": "setup" + } } } \ No newline at end of file diff --git a/package.json b/package.json index d3c565b3..baa56700 100644 --- a/package.json +++ b/package.json @@ -15,11 +15,11 @@ }, "license": "MIT", "dependencies": { - "@abaplint/cli": "^2.113.220", + "@abaplint/cli": "^2.113.222", "@abaplint/database-pg": "^2.11.78", "@abaplint/database-sqlite": "^2.11.78", - "@abaplint/runtime": "^2.11.96", - "@abaplint/transpiler-cli": "^2.11.96", + "@abaplint/runtime": "^2.12.1", + "@abaplint/transpiler-cli": "^2.12.1", "0x": "^6.0.0" } }