RegPack : RegPack is a packer intended for use on minified Javascript code.
It is mostly suited to small size constraints (1kb, up to 4kb).
Vite : Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects. It consists of two major parts:
A dev se...
PhantomJS : PhantomJS is a headless WebKit with JavaScript API. It has fast and native support for various web standards: DOM handling, CSS selector, JSON, Canvas...
JSHint : A JavaScript Code Quality Tool. JSHint is a tool that helps to detect errors and potential problems in your JavaScript code.
Adds static typing to JavaScript to improve developer productivity and code quality.