1
0
Fork 0
firefox/docs/code-quality/lint/linters/eslint-plugin-spidermonkey-js.rst
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

18 lines
534 B
ReStructuredText

==============================
Mozilla ESLint SpiderMonkey JS
==============================
This plugin adds a processor and an environment for the SpiderMonkey JS code.
Processors
==========
The processor is used to pre-process all `*.js` files and deals with the macros
that SpiderMonkey uses.
Environments
============
The plugin provides a custom environment for SpiderMonkey's self-hosted code. It
adds all self-hosting functions, error message numbers, and other self-hosting
definitions as global, read-only identifiers.