fuckitjs
Error compiler
A tool that repeatedly compiles and reloads JavaScript code to detect and remove errors, allowing it to continue execution despite initial mistakes.
The Original Javascript Error Steamroller
4k stars
54 watching
91 forks
Language: JavaScript
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ryanmcdermott/clean-code-javascript | Guides software developers in writing readable and maintainable JavaScript code based on clean coding principles. | 91,777 |
jshint/jshint | A tool that scans JavaScript code to detect common errors and potential problems | 8,990 |
google/closure-compiler | A tool for optimizing and checking JavaScript code to make it run faster | 7,407 |
windowjs/windowjs | A Javascript runtime for desktop graphics programming using the HTML5 Canvas API and the Skia graphics library. | 2,250 |
theintern/intern | A testing framework designed to help developers write and run consistent, high-quality test cases for JavaScript applications. | 4,362 |
requirejs/requirejs | A file and module loader for JavaScript applications | 12,951 |
developit/snarkdown | A lightweight JavaScript Markdown parser with minimal features. | 2,295 |
gruntjs/grunt | A tool that automates tasks in JavaScript projects | 12,266 |
winjs/winjs | A UI toolkit for building modern web applications using HTML/JS/CSS technology. | 4,142 |
kriskowal/q | A promise library that enables asynchronous code execution and error handling without blocking | 14,932 |
evilstreak/markdown-js | A Markdown parser that produces well-formed HTML with intermediate representation and supports extensibility | 7,696 |
just-js/just | A small, secure, and performant JavaScript runtime for Linux that aims to provide a platform for building system software on Linux in JavaScript. | 3,649 |
oscargodson/epiceditor | A lightweight, embeddable Markdown editor with split fullscreen editing and live previewing | 4,246 |
chjj/blessed | A high-level terminal interface library for creating visually appealing and optimized user interfaces in Node.js applications | 11,327 |