We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ad18a commit bece93fCopy full SHA for bece93f
.gitignore
@@ -2,6 +2,7 @@ build/
2
node_modules/
3
.eslintcache
4
.nyc_output/
5
+coverage/
6
.idea/
7
.DS_Store
8
dist/js/enums.d.ts
@@ -7,7 +7,6 @@ export declare const UNIT_TYPES: {
readonly assignment: "assignment";
readonly condition: "condition";
9
readonly subworkflow: "subworkflow";
10
- readonly processing: "processing";
11
readonly io: "io";
12
readonly assertion: "assertion";
13
};
dist/js/enums.js
@@ -12,7 +12,6 @@ exports.UNIT_TYPES = {
assignment: "assignment",
condition: "condition",
14
subworkflow: "subworkflow",
15
- processing: "processing",
16
io: "io",
17
assertion: "assertion",
18
0 commit comments