update abaplint to latest (#40)

This commit is contained in:
Lars Hvam
2022-01-26 06:43:01 +01:00
committed by GitHub
parent 7d5ce90801
commit 50a654fc9c
3 changed files with 39 additions and 17 deletions

50
package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "0.1.0",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@abaplint/cli": "^2.84.4",
"@abaplint/cli": "^2.84.5",
"@abaplint/runtime": "^1.7.30",
"@abaplint/transpiler": "^1.7.30",
"@abaplint/transpiler-cli": "^1.7.30"
@@ -21,16 +21,16 @@
"@types/chai": "^4.3.0",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.12",
"chai": "^4.3.4",
"chai": "^4.3.5",
"mocha": "^9.2.0",
"source-map-support": "^0.5.21",
"typescript": "^4.5.5"
}
},
"node_modules/@abaplint/cli": {
"version": "2.84.4",
"resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.84.4.tgz",
"integrity": "sha512-yw3QeeFNMTDckjn2H4iah8sUJreGsWzRyQMlGxNwo74m2EzqABO9FJVYj9IGWQsq0kRfosg23tEZuiBqfyBTvA==",
"version": "2.84.5",
"resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.84.5.tgz",
"integrity": "sha512-8vtaKYejbYaCF7sR9MGt4ETjCZ4alYNwE7T364G4/DasduzUEWq84wGelnLhNrIvoDLcPb+gfG0IaHQa4OBYGw==",
"bin": {
"abaplint": "abaplint"
},
@@ -233,15 +233,16 @@
}
},
"node_modules/chai": {
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/chai/-/chai-4.3.4.tgz",
"integrity": "sha512-yS5H68VYOCtN1cjfwumDSuzn/9c+yza4f3reKXlE5rUg7SFcCEy90gJvydNgOYtblyf4Zi6jIWRnXOgErta0KA==",
"version": "4.3.5",
"resolved": "https://registry.npmjs.org/chai/-/chai-4.3.5.tgz",
"integrity": "sha512-0gKhNDL29PUlmwz1CG42p/OaBf1v0YD3oH4//YMS1niT7rLH9tC+lqTgk+SvdbhMLd7ToTtxA61orNBmpSO/DA==",
"dev": true,
"dependencies": {
"assertion-error": "^1.1.0",
"check-error": "^1.0.2",
"deep-eql": "^3.0.1",
"get-func-name": "^2.0.0",
"loupe": "^2.3.0",
"pathval": "^1.1.1",
"type-detect": "^4.0.5"
},
@@ -753,6 +754,16 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/loupe": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/loupe/-/loupe-2.3.0.tgz",
"integrity": "sha512-b6TVXtF01VErh8IxN/MfdiWLQmttrenN98PPGS01kym8kGycJ9tqBXD6D+4sNEDhgE83+H0Mk1cVSl0mD1nNSg==",
"dev": true,
"dependencies": {
"get-func-name": "^2.0.0",
"type-detect": "^4.0.8"
}
},
"node_modules/minimatch": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
@@ -1230,9 +1241,9 @@
},
"dependencies": {
"@abaplint/cli": {
"version": "2.84.4",
"resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.84.4.tgz",
"integrity": "sha512-yw3QeeFNMTDckjn2H4iah8sUJreGsWzRyQMlGxNwo74m2EzqABO9FJVYj9IGWQsq0kRfosg23tEZuiBqfyBTvA=="
"version": "2.84.5",
"resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.84.5.tgz",
"integrity": "sha512-8vtaKYejbYaCF7sR9MGt4ETjCZ4alYNwE7T364G4/DasduzUEWq84wGelnLhNrIvoDLcPb+gfG0IaHQa4OBYGw=="
},
"@abaplint/core": {
"version": "2.84.4",
@@ -1392,15 +1403,16 @@
"dev": true
},
"chai": {
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/chai/-/chai-4.3.4.tgz",
"integrity": "sha512-yS5H68VYOCtN1cjfwumDSuzn/9c+yza4f3reKXlE5rUg7SFcCEy90gJvydNgOYtblyf4Zi6jIWRnXOgErta0KA==",
"version": "4.3.5",
"resolved": "https://registry.npmjs.org/chai/-/chai-4.3.5.tgz",
"integrity": "sha512-0gKhNDL29PUlmwz1CG42p/OaBf1v0YD3oH4//YMS1niT7rLH9tC+lqTgk+SvdbhMLd7ToTtxA61orNBmpSO/DA==",
"dev": true,
"requires": {
"assertion-error": "^1.1.0",
"check-error": "^1.0.2",
"deep-eql": "^3.0.1",
"get-func-name": "^2.0.0",
"loupe": "^2.3.0",
"pathval": "^1.1.1",
"type-detect": "^4.0.5"
}
@@ -1757,6 +1769,16 @@
"is-unicode-supported": "^0.1.0"
}
},
"loupe": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/loupe/-/loupe-2.3.0.tgz",
"integrity": "sha512-b6TVXtF01VErh8IxN/MfdiWLQmttrenN98PPGS01kym8kGycJ9tqBXD6D+4sNEDhgE83+H0Mk1cVSl0mD1nNSg==",
"dev": true,
"requires": {
"get-func-name": "^2.0.0",
"type-detect": "^4.0.8"
}
},
"minimatch": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",

View File

@@ -28,13 +28,13 @@
"dependencies": {
"@abaplint/transpiler-cli": "^1.7.30",
"@abaplint/transpiler": "^1.7.30",
"@abaplint/cli": "^2.84.4",
"@abaplint/cli": "^2.84.5",
"@abaplint/runtime": "^1.7.30"
},
"devDependencies": {
"@types/chai": "^4.3.0",
"@types/mocha": "^9.1.0",
"chai": "^4.3.4",
"chai": "^4.3.5",
"mocha": "^9.2.0",
"source-map-support": "^0.5.21",
"typescript": "^4.5.5",

View File

@@ -66,7 +66,7 @@ class Runner {
input_folder: ".",
input_filter: [],
output_folder: "compiled",
write_source_map: true,
write_source_map: false,
write_unit_tests: true,
options: {
ignoreSyntaxCheck: false,