Skip to content

Commit

Permalink
add sy-batch
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp committed Dec 18, 2024
1 parent 103de16 commit 717ad19
Show file tree
Hide file tree
Showing 7 changed files with 159 additions and 158 deletions.
240 changes: 120 additions & 120 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,22 @@
},
"homepage": "https://github.com/abaplint/transpiler_poc#readme",
"devDependencies": {
"@abaplint/core": "^2.113.79",
"@abaplint/core": "^2.113.82",
"@eslint/compat": "^1.2.4",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.16.0",
"@eslint/js": "^9.17.0",
"@types/chai": "^4.3.20",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.2",
"@types/sql.js": "^1.4.9",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"chai": "^4.5.0",
"cross-fetch": "^4.0.0",
"dotenv": "^16.4.7",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"eslint-plugin-import": "^2.31.0",
"fast-xml-parser": "^4.5.0",
"fast-xml-parser": "^4.5.1",
"globals": "^15.13.0",
"mocha": "^11.0.1",
"pg": "^8.13.1",
Expand Down
30 changes: 15 additions & 15 deletions packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/progress": "^2.0.7",
"ts-json-schema-generator": "^2.3.0",
"@types/node": "^22.10.2",
"@abaplint/core": "^2.113.79",
"@abaplint/core": "^2.113.82",
"progress": "^2.0.3",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4",
Expand Down
1 change: 1 addition & 0 deletions packages/runtime/src/builtin/sy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ export const sy = new Structure({
uname: new Character(12).set("USERNAME"),
uzeit: new Time(),
dbsys: new Character(10),
batch: new Character(1),
});
30 changes: 15 additions & 15 deletions packages/transpiler/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/transpiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"author": "abaplint",
"license": "MIT",
"dependencies": {
"@abaplint/core": "^2.113.79",
"@abaplint/core": "^2.113.82",
"source-map": "^0.7.4"
},
"devDependencies": {
Expand Down

0 comments on commit 717ad19

Please sign in to comment.