{"library":"babel-plugin-fast-async","type":"library","category":null,"description":"A Babel v6 plugin that transforms ES7 async/await syntax using fast synchronous transformation instead of generators/regenerator, achieving 3-4x performance improvements in browsers and Node, and up to 10x on mobile. Currently at v6.2.1, it uses the nodent library for compilation and supports options like Promise-based output, generator fallback, and runtime module imports. Requires nodent runtime unless using 'spec' mode with noRuntime. Released under MIT.","language":"javascript","status":"active","version":"6.1.2","tags":["javascript","babel","plugin","Javascript","ES7","async","await"],"last_verified":"Wed May 27","install":[{"cmd":"npm install babel-plugin-fast-async","imports":["// .babelrc\n{\n  \"plugins\": [\"fast-async\"]\n}","// No JavaScript import required; plugin applied via Babel config","// Programmatic Babel usage:\nconst fastAsync = require('fast-async');\nbabel.transform(code, { plugins: [fastAsync] });"]},{"cmd":"yarn add babel-plugin-fast-async","imports":[]},{"cmd":"pnpm add babel-plugin-fast-async","imports":[]}],"homepage":null,"github":"https://github.com/MatAtBread/fast-async","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/babel-plugin-fast-async","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/babel-plugin-fast-async/compatibility"}}