看看Angular2项目,我看到一些正在使用: npm reflect-metadata
和其他人正在使用: 核 - JS / ES7 /反映
我知道两者都在实施ES7提议的Decorator并反映API
但两者有什么区别? 它们只是复制/粘贴吗? 我认为它们是等价的
答案 0 :(得分:2)
core-js/es7/reflect:
metadata reflection API的原生JavaScript支持。
npm reflect-metadata:
TypeScript支持prototype of the ES7 Reflection API。
希望这有帮助!