Skip to content

Commit 4be699a

Browse files
committed
build(vscode): add report - size task, update README with latest file sizes
1 parent 1364d50 commit 4be699a

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

.vscode/tasks.json

+8
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@
4242
"script": "start",
4343
"problemMatcher": [],
4444
"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"
4553
}
4654
]
4755
}

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ The distributed library is currently not minified. Below are the module sizes wh
5050
api.js: 0.17 kb
5151
index.js: 0.09 kb
5252
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
5858
utilities.js: 0.27 kb
5959

60-
Total: 4.45 kb
60+
Total: 4.32 kb
6161

6262
### Core Monads
6363

0 commit comments

Comments
 (0)