Skip to content

correasebastian/RunJS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RunJS

icon

Download the latest release here.

RunJS is an JavaScript playground that auto-evaluates your code as you type and outputs the results to a console pane.

Features

image

TypeScript and modern JavaScript features are supported through Babel transpilation. Additionally, Node and browser APIs are available.

RunJS can import node packages from existing JavaScript projects by pointing it's working directory to your chosen project directory.

image

Node packages can also be installed directly through this window, opened from the Action menu.

image

RunJS also has a number of configurable options, accessed via the preferences window.

image

RunJS executes JavaScript against the following versions of Node, V8 and Chromium:

  • Node: 10.11.0
  • V8: 6.9.427.24-electron.0
  • Chromium: 69.0.3497.106

About

A JavaScript playground that auto-evaluates as you type

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors