globals
Last updated
Was this helpful?
Last updated
Was this helpful?
Global identifiers from different JavaScript environments
Extracted from and and merged.
It's just a , so use it in whatever environment you like.
This module new environments. If you need it for ESLint, just .
Each global is given a value of true
or false
. A value of true
indicates that the variable may be overwritten. A value of false
indicates that the variable should be considered read-only. This information is used by static analysis tools to flag incorrect behavior. We assume all variables should be false
unless we hear otherwise.
MIT ©