We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e6d83 commit aa1eea1Copy full SHA for aa1eea1
README.md
@@ -12,8 +12,12 @@ Why?
12
13
The main reason for this library is to provide a much smaller implementation that can be included as a module.
14
15
-- `reflect-metadata` is 52 K without compression while `reflection` is about 3 K
16
-- `reflection` can be loaded with `<script type="module" src="..."></script>`
+- ES module
+ - `reflection` can be loaded with `<script type="module" src="..."></script>`
17
+- Size (uncompressed)
18
+ - [`reflect-metadata`](https://github.com/rbuckton/reflect-metadata) is ~50K
19
+ - [`core-js/es7/reflect`](https://github.com/zloirock/core-js) is ~80K
20
+ - `@abraham/reflection` is ~3K
21
22
Install
23
----
0 commit comments