eslint-plugin-spidermonkey-js.rst (534B)
1 ============================== 2 Mozilla ESLint SpiderMonkey JS 3 ============================== 4 5 This plugin adds a processor and an environment for the SpiderMonkey JS code. 6 7 Processors 8 ========== 9 10 The processor is used to pre-process all `*.js` files and deals with the macros 11 that SpiderMonkey uses. 12 13 Environments 14 ============ 15 16 The plugin provides a custom environment for SpiderMonkey's self-hosted code. It 17 adds all self-hosting functions, error message numbers, and other self-hosting 18 definitions as global, read-only identifiers.