We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b349f3 commit b475ea2Copy full SHA for b475ea2
abaplint.jsonc
@@ -166,6 +166,8 @@
166
"define": true,
167
"describeLines": true,
168
"testSeams": true,
169
+ "exportToDatabase": true,
170
+ "exportToMemory": true,
171
"break": true,
172
"statics": true,
173
"defaultKey": false
package.json
@@ -10,9 +10,9 @@
10
},
11
"license": "MIT",
12
"dependencies": {
13
- "@abaplint/cli": "^2.97.15",
14
- "@abaplint/runtime": "^2.6.25",
15
- "@abaplint/database-sqlite": "^2.6.0",
16
- "@abaplint/transpiler-cli": "^2.6.25"
+ "@abaplint/cli": "^2.102.4",
+ "@abaplint/runtime": "^2.7.48",
+ "@abaplint/database-sqlite": "^2.7.18",
+ "@abaplint/transpiler-cli": "^2.7.48"
17
}
18
0 commit comments