nodejs / llnode

An lldb plugin for Node.js and V8, which enables inspection of JavaScript states for insights into Node.js processes and their core dumps.
Other
1.15k stars 99 forks source link

Warnings should not be emitted if constant is expected to be missing #337

Open mmarchini opened 4 years ago

mmarchini commented 4 years ago

Some constants are expected to be missing in some versions, but they'll warn anyway. This is problematic because it pollutes the warnings, making it harder to know when a constant is actually missing. Missing constants should still warn when they are expected to be missing, but they should fail silently otherwise.