nodejs / repl

REPL rewrite for Node.js ✨🐢🚀✨
MIT License
177 stars 25 forks source link

don't annotate missing APIs #30

Closed geppy closed 5 years ago

geppy commented 5 years ago

Filter out missing APIs before constructing the annotation map, since undefined isn't a valid WeakMap key.

Before this, the repl crashed failed to launch for me because fs.lchmod and fs.lchmodSync are “only available on macOS”.