browser.html actually provides a fully-working browser, not just an empty UI shell.It consists of a frame container, some buttons for the actual UI, and some iframes where the actual Web page is loaded.It also supports UI themes (white and dark for now),...

ScanJS

ScanJS 0.2.0

ScanJS works using the fantastic Acorn.js library, parsing JavaScript code and then converting it to AST format.The AST (Abstract Tree Syntax) is then analyzed for common patterns and any problems are reported to the user.For identifying "problems" in the...

sweet.js

sweet.js 0.7.4

Advanced programming languages like Scheme, Scala, Racket and Rust have support for macros, a way to run a series of instructions or source via a simple command/statement.This library adds the same functionality to JavaScript, a scripting language where...