mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 14:06:24 +08:00
Merge 64e3a43acc
into 08c794f3ca
This commit is contained in:
commit
c676bd205c
|
@ -28,7 +28,12 @@
|
||||||
"test/"
|
"test/"
|
||||||
],
|
],
|
||||||
"output_folder": "output",
|
"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_unit_tests": true,
|
||||||
"write_source_map": true,
|
"write_source_map": true,
|
||||||
"options": {
|
"options": {
|
||||||
|
|
|
@ -95,6 +95,8 @@
|
||||||
"define": true,
|
"define": true,
|
||||||
"describeLines": false,
|
"describeLines": false,
|
||||||
"testSeams": true,
|
"testSeams": true,
|
||||||
|
"exportToMemory": true,
|
||||||
|
"exportToDatabase": false,
|
||||||
"statics": false,
|
"statics": false,
|
||||||
"defaultKey": false,
|
"defaultKey": false,
|
||||||
"break": true
|
"break": true
|
||||||
|
@ -136,9 +138,7 @@
|
||||||
"local_class_naming": false,
|
"local_class_naming": false,
|
||||||
"main_file_contents": true,
|
"main_file_contents": true,
|
||||||
"message_exists": false,
|
"message_exists": false,
|
||||||
"msag_consistency": {
|
"msag_consistency": false,
|
||||||
"numericParamters": false
|
|
||||||
},
|
|
||||||
"newline_between_methods": false,
|
"newline_between_methods": false,
|
||||||
"no_public_attributes": false,
|
"no_public_attributes": false,
|
||||||
"object_naming": {
|
"object_naming": {
|
||||||
|
@ -181,6 +181,12 @@
|
||||||
"line_only_punc": false,
|
"line_only_punc": false,
|
||||||
"obsolete_statement": {
|
"obsolete_statement": {
|
||||||
"refresh": true,
|
"refresh": true,
|
||||||
|
"compute": true,
|
||||||
|
"communication": true,
|
||||||
|
"exitFromSQL": true,
|
||||||
|
"formDefinition": true,
|
||||||
|
"formImplementation": true,
|
||||||
|
"freeMemory": true,
|
||||||
"move": true
|
"move": true
|
||||||
},
|
},
|
||||||
"start_at_tab": false,
|
"start_at_tab": false,
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"lint": "abaplint",
|
||||||
"test": "rm -rf output && abap_transpile abap_transpile.json && echo RUNNING && node output/index.mjs"
|
"test": "rm -rf output && abap_transpile abap_transpile.json && echo RUNNING && node output/index.mjs"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -9,8 +10,8 @@
|
||||||
"url": "git+https://github.com/abap2xlsx/abap2xlsx.git"
|
"url": "git+https://github.com/abap2xlsx/abap2xlsx.git"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@abaplint/cli": "^2.112.10",
|
"@abaplint/cli": "^2.113.110",
|
||||||
"@abaplint/transpiler-cli": "^2.10.9",
|
"@abaplint/transpiler-cli": "^2.10.44",
|
||||||
"@abaplint/runtime": "^2.10.9"
|
"@abaplint/runtime": "^2.10.44"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user