File tree 2 files changed +14
-6
lines changed
2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 42
42
"script" : " start" ,
43
43
"problemMatcher" : [],
44
44
"detail" : " Runs the TypeScript compilation in watch mode"
45
+ },
46
+ {
47
+ "label" : " report - size" ,
48
+ "dependsOn" : [" typescript - build" ],
49
+ "type" : " npm" ,
50
+ "script" : " report:size" ,
51
+ "problemMatcher" : [],
52
+ "detail" : " Reports on the size of the distributable library files"
45
53
}
46
54
]
47
55
}
Original file line number Diff line number Diff line change @@ -50,14 +50,14 @@ The distributed library is currently not minified. Below are the module sizes wh
50
50
api.js: 0.17 kb
51
51
index.js: 0.09 kb
52
52
maybe.js: 0.81 kb
53
- maybe.utilities.js: 0.26 kb
54
- maybeAsync.js: 0.67 kb
55
- result.js: 1.27 kb
56
- resultAsync.js: 0.77 kb
57
- unit.js: 0.14 kb
53
+ maybe.utilities.js: 0.27 kb
54
+ maybeAsync.js: 0.63 kb
55
+ result.js: 1.25 kb
56
+ resultAsync.js: 0.71 kb
57
+ unit.js: 0.13 kb
58
58
utilities.js: 0.27 kb
59
59
60
- Total: 4.45 kb
60
+ Total: 4.32 kb
61
61
62
62
### Core Monads
63
63
You can’t perform that action at this time.
0 commit comments