Skip to content

Commit 4bd9bd7

Browse files
committed
Post-merge
1 parent 2f5b6f8 commit 4bd9bd7

File tree

14 files changed

+271
-259
lines changed

14 files changed

+271
-259
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ usage: pbts [options] file1.js file2.js ...
398398

399399
### Descriptors vs. static modules
400400

401-
While .proto and JSON files require the full library (about 18kb gzipped), pretty much all code but the relatively short descriptors is shared and all features including reflection and the parser are available.
401+
While .proto and JSON files require the full library (about 17.5kb gzipped), pretty much all code but the relatively short descriptors is shared and all features including reflection and the parser are available.
402402

403403
Static code, on the other hand, requires just the minimal runtime (about 5.5kb gzipped), but generates additional, albeit editable, source code without any reflection features.
404404

0 commit comments

Comments
 (0)