diff options
Diffstat (limited to 'files/pt-pt/web/javascript/shells/index.html')
-rw-r--r-- | files/pt-pt/web/javascript/shells/index.html | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/files/pt-pt/web/javascript/shells/index.html b/files/pt-pt/web/javascript/shells/index.html deleted file mode 100644 index f6ad6e93eb..0000000000 --- a/files/pt-pt/web/javascript/shells/index.html +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: JavaScript Shells -slug: Web/JavaScript/Shells -tags: - - Extensões:Ferramentas - - Ferramentas - - JavaScript - - JavaScript:Ferramentas -original_slug: JavaScript_Shells ---- -<p>Um shell JavaScript permite a você rapidamente testar partes de código <a href="pt/JavaScript">JavaScript</a> sem ter que atualizar a página web. Eles são extremamente úteis para desenvolvimento e depuração de código.</p> - -<h4 id="Lista_de_shells_JavaScript" name="Lista_de_shells_JavaScript">Lista de shells JavaScript</h4> - -<p>Os seguintes shells JavaScript trabalham com o Mozilla:</p> - -<ul> - <li><a class="external" href="http://www.squarefree.com/shell/">JavaScript Shell (página web)</a> - também disponível como parte da <a class="external" href="http://ted.mielczarek.org/code/mozilla/extensiondev/">extensão Developer's Extension</a></li> - <li><a href="pt/Introduction_to_the_JavaScript_shell">JavaScript Shell</a> (js) - Um intérprete de linha de comando para JavaScript (requere sua própria construção Mozilla). - <ul> - <li><a href="pt/Xpcshell">xpcshell</a> é um <a href="pt/XPConnect">XPConnect</a>- shell habilitado, algumas vezes útil para desenvolvimento Mozilla.</li> - </ul> - </li> - <li><a class="link-https" href="https://sekhmet.acceleration.net/ADW/JsShellServer/">JavaScript Shell Server</a> - permite conexões de Emacs.</li> - <li><a class="external" href="http://rainbow9.org">rainbow9 - Javascript IDE</a></li> -</ul> - -<p><span class="comment">Categorias</span></p> - -<p><span class="comment">Add Interwiki Languages</span></p> |