JavaScript: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Move historical information to historical section.)
(nuke the old content)
 
Line 1: Line 1:
Are you looking for documentation about the JavaScript language? You probably want the [https://developer.mozilla.org/docs/Web/JavaScript Mozilla Developer Network JavaScript site].
Are you looking for documentation about the JavaScript language? You probably want the [https://developer.mozilla.org/docs/Web/JavaScript Mozilla Developer Network JavaScript site].


= SpiderMonkey =
For SpiderMonkey, the JavaScript engine that powers Firefox, see [https://spidermonkey.dev/ SpiderMonkey.dev].
 
SpiderMonkey is the project name for the JavaScript engine that powers Firefox.
 
For more information visit our more up-to-date website at [https://spidermonkey.dev/ SpiderMonkey.dev]. The below information is mostly historical.
 
== Historical Links ==
 
{{outdated|section=yes}}
 
This is the project page for '''SpiderMonkey''', Mozilla's JavaScript engine.
 
* [[JavaScript/Roadmap|Feature Roadmap]]
* [[JavaScript:SpiderMonkey:Technical_Debt|Technical debt]]
* [[JavaScript:Home Page|JS project pages]]
 
 
=== Communication ===
 
* Mailing lists:
** [https://lists.mozilla.org/listinfo/dev-tech-js-engine-internals dev-tech-js-engine-internals] for SpiderMonkey project discussion '''(You probably want this list!)'''
** [https://lists.mozilla.org/listinfo/dev-tech-js-engine dev-tech-js-engine] for questions about embedding the standalone SpiderMonkey releases
* Matrix [https://chat.mozilla.org https://chat.mozilla.org]
** '''spidermonkey''' for all things SpiderMonkey
 
=== New Contributors ===
 
* [https://wiki.mozilla.org/JavaScript:New_to_SpiderMonkey "So you're new to SpiderMonkey"] is a guide for new contributors
* [https://wiki.mozilla.org/JavaScript:SpiderMonkey:Coding_Style SpiderMonkey coding style guide]
* [https://wiki.mozilla.org/JavaScript:Hackers JavaScript engine hackers and areas of expertise]
* [https://developer.mozilla.org/docs/Mozilla/Projects/SpiderMonkey MDN's SpiderMonkey C++ documentation]
 
 
=== Links ===
* [[JavaScript:Home Page|Old JavaScript project page]]
* [[Javascript:Hazard Builds|Information on the Treeherder hazard builds ('''H''' builds)]]
* [[Javascript:Automation Builds|Information on the Treeherder shell builds ('''SM(...)''' builds)]]
* {{MDN|Mozilla/Projects/SpiderMonkey/Hacking_Tips|SpiderMonkey hacking tips and tricks}}

Latest revision as of 20:46, 27 April 2021

Are you looking for documentation about the JavaScript language? You probably want the Mozilla Developer Network JavaScript site.

For SpiderMonkey, the JavaScript engine that powers Firefox, see SpiderMonkey.dev.