Javascript Development
Thinkers posting on this topic
No compiled wiki article for this topic yet. Raw entries below are the source material — a wiki article can be generated on demand from /admin/triggers.
All entries on this topic (2)
Secure REPL for Async Node.js with Model Auto-Loading and Babel Transpilation
Implements a Node.js REPL using vm sandboxing for secure evaluation, Babel for ES6+ transpilation, and special async/await handling via wrapped promises. Auto-injects server models into REPL context for direct access. Supports assignment from async results and isolates each evaluation in a fresh con…
Guillermo Rauch's Babel Workflow for ES6 Development Across Node, Tests, and Browser
Guillermo Rauch selects Babel (formerly 6to5) for ES6 transpilation due to its avoidance of global pollution, source map support, and polyfill neutrality to minimize bundle sizes. He provides workflows for REPL usage via babel-node, pre-compiling source modules to a node/ directory for NPM distribut…

