JavaScript: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(→‎Links: links to mdn hacking page)
(nuke the old content)
 
(7 intermediate revisions by 5 users not shown)
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] website.
For SpiderMonkey, the JavaScript engine that powers Firefox, see [https://spidermonkey.dev/ SpiderMonkey.dev].
 
This is the project page for '''SpiderMonkey''', Mozilla's JavaScript engine.
 
* [[JavaScript/Roadmap|Feature Roadmap]]
* [[JavaScript:Home Page|JS project pages]]
* [http://benjamin.smedbergs.us/weekly-updates.fcgi/project/js-engine Weekly status reports]
 
 
== 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
* [https://wiki.mozilla.org/IRC irc.mozilla.org]:
** '''#jsapi''' for all things SpiderMonkey
** '''#jslang''' for ECMAScript standards discussion
 
== 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)]]
* [https://developer.mozilla.org/en-US/docs/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.