{"library":"ned-transpile","title":"ned-transpile","description":"An opinionated Node.js project transpiler built on Babel for the ned framework. Version 1.0.6 is the latest stable release, no recent updates. It provides async/await support, ES6+ compilation, sourcemaps, project-root-relative requires, and strict mode enforcement. Designed as a CLI tool and API for transpiling source directories (default ./src to ./build). Requires Node >= 6.0. Differentiators: tightly integrated with ned, opinionated defaults, simple configuration. No active development observed.","language":"javascript","status":"maintenance","last_verified":"Fri May 01","install":{"commands":["npm install ned-transpile"],"cli":{"name":"ned-transpile","version":null}},"imports":["const transpile = require('ned-transpile')"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"const transpile = require('ned-transpile');\ntranspile({ src: './src', dest: './build', entries: ['index.js'], verbose: false }).then(() => console.log('Done!'));","lang":"javascript","description":"Shows how to programmatically transpile a Node project from src to build using the default API.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}