File tree Expand file tree Collapse file tree 2 files changed +27
-2
lines changed
Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 1+ ### Version 2.12.1 - 21 May 2024
2+ - Fix an issue that caused file content to be loaded twice when opening a file.
3+
14### Version 2.12.0 - 24 April 2024
25- Improved support for ES modules
36- Updated build options to move away from Babel naming conventions
Original file line number Diff line number Diff line change 1- # [ RunJS] ( https://runjs.app )
1+ <p align =" center " >
2+ <a href =" https://runjs.app " >
3+ <img src="docs/icon.png" height="128">
4+ <h1 align="center">RunJS</h1>
5+ </a >
6+ </p >
27
38![ Twitter Follow] ( https://img.shields.io/twitter/follow/runjs_app?style=social )
49
510![ image] ( docs/github-promo.png )
611
7- Download the latest release [ here] ( https://github.com/lukehaas/runjs/releases ) .
12+ [ RunJS] ( https://runjs.app ) is a playground for JavaScript and TypeScript. It runs your code automatically and shows you instant results.
13+
14+ ## Why RunJS?
15+
16+ - An isolated space to run code experiments 🔬
17+ - Great for learning and teaching 🧑🏫
18+ - Support for code completion, type checking and documentation on hover ⚡️
19+ - Easily install NPM packages 🚀
20+ - Save snippets and build a snippet library 🧑💻
21+ - Includes access to Node.js and Browser APIs 🖥️
22+
23+ Download the latest release [ here] ( https://runjs.app/releases/latest ) .
24+
25+ ## Links
26+ - [ Website] ( https://runjs.app )
27+ - [ Documentation] ( https://runjs.app/docs )
28+ - [ Issue tracker] ( https://github.com/lukehaas/RunJS/issues )
29+ - [ Support
] ( mailto:[email protected] ) 830
931## Feature Highlights
1032
You can’t perform that action at this time.
0 commit comments