-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.json
More file actions
62 lines (62 loc) · 1.17 KB
/
Copy pathdeno.json
File metadata and controls
62 lines (62 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"workspace": [
"all",
"async-await",
"at",
"audit",
"behavior-subject",
"broadcast-subject",
"catch-error",
"core",
"debounce",
"defer",
"delay",
"distinct",
"distinct-until-changed",
"drop",
"each-value-from",
"empty",
"exhaust-map",
"expand",
"fetch",
"filter",
"finalize",
"flat",
"flat-map",
"for-await-of",
"for-in",
"for-of",
"from",
"interval",
"keep-alive",
"last-value-from",
"map",
"materialize",
"merge",
"merge-map",
"never",
"of",
"pairwise",
"pipe",
"race",
"reduce",
"repeat",
"replay-subject",
"rxjs-interop",
"scan",
"share",
"switch-map",
"take",
"tap",
"throttle",
"throw-error",
"timeout",
"until"
],
"license": "MIT",
"tasks": { "test": "deno test --watch --parallel", "test:ci": "deno test --parallel" },
"fmt": { "lineWidth": 100, "bracePosition": "sameLine" },
"imports": { "@std/assert": "jsr:@std/assert" },
"lint": { "rules": { "include": ["no-process-global", "no-node-globals"] } },
"test": { "sanitizeOps": true, "sanitizeResources": true }
}