Skip to content

Commit aa1eea1

Browse files
committed
Add core-js to readme
1 parent b9e6d83 commit aa1eea1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,12 @@ Why?
1212

1313
The main reason for this library is to provide a much smaller implementation that can be included as a module.
1414

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>`
15+
- ES module
16+
- `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
1721

1822
Install
1923
----

0 commit comments

Comments
 (0)