@abaplint/transpiler 2.10.74 → 2.10.76
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/src/unit_test.d.ts +2 -0
- package/package.json +2 -2
package/build/src/unit_test.d.ts
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import * as abaplint from "@abaplint/core";
|
|
2
|
+
/** @uniqueItems true */
|
|
2
3
|
export type TestMethodList = {
|
|
3
4
|
object: string;
|
|
4
5
|
class: string;
|
|
5
6
|
method: string;
|
|
7
|
+
note?: string;
|
|
6
8
|
}[];
|
|
7
9
|
export declare class UnitTest {
|
|
8
10
|
unitTestScriptOpen(reg: abaplint.IRegistry, _skip?: TestMethodList): string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abaplint/transpiler",
|
|
3
|
-
"version": "2.10.
|
|
3
|
+
"version": "2.10.76",
|
|
4
4
|
"description": "Transpiler",
|
|
5
5
|
"main": "build/src/index.js",
|
|
6
6
|
"typings": "build/src/index.d.ts",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"license": "MIT",
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@abaplint/core": "^2.113.149",
|
|
33
|
-
"source-map": "^0.7.
|
|
33
|
+
"source-map": "^0.7.6"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@types/chai": "^4.3.20",
|