{"library":"fly-babel","type":"library","category":null,"description":"Babel plugin for the Fly build system, version 2.1.1. It allows you to transpile ES6/ES2015+ code using Babel within Fly pipelines. The plugin supports standard Babel options (presets, plugins, sourceMaps, etc.) and a preload feature that automatically loads Babel plugins/presets from package.json. Release cadence is low; last release was in 2018. Key differentiator: tight integration with Fly, including preloading and simple generator-based task syntax. Requires Node >= 4.6 and Fly 2.0+.","language":"javascript","status":"maintenance","version":"2.1.1","tags":["javascript","fly","fly-plugin","babel","es6","compile","esnext","transpile","6to5"],"last_verified":"Wed May 27","install":[{"cmd":"npm install fly-babel","imports":["const flyBabel = require('fly-babel'); // used internally by Fly, no direct import in user code","yield fly.source('src/**/*.js').babel({ presets: ['es2015'] }).target('dist/');","yield fly.source('src/**/*.js').babel({ preload: true }).target('dist/');"]},{"cmd":"yarn add fly-babel","imports":[]},{"cmd":"pnpm add fly-babel","imports":[]}],"homepage":null,"github":"https://github.com/bucaran/fly-babel","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/fly-babel","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/fly-babel/compatibility"}}