{"id":13775178,"url":"https://github.com/leebyron/rollup-plugin-async","last_synced_at":"2025-04-12T22:39:16.177Z","repository":{"id":65370636,"uuid":"65504632","full_name":"leebyron/rollup-plugin-async","owner":"leebyron","description":"Transforms Async functions to generator functions before bundling.","archived":false,"fork":false,"pushed_at":"2017-05-13T03:28:21.000Z","size":12,"stargazers_count":40,"open_issues_count":2,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-14T05:13:55.245Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leebyron.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-08-11T22:07:00.000Z","updated_at":"2023-10-13T19:51:38.000Z","dependencies_parsed_at":"2023-01-19T21:45:38.019Z","dependency_job_id":null,"html_url":"https://github.com/leebyron/rollup-plugin-async","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leebyron%2Frollup-plugin-async","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leebyron%2Frollup-plugin-async/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leebyron%2Frollup-plugin-async/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leebyron%2Frollup-plugin-async/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leebyron","download_url":"https://codeload.github.com/leebyron/rollup-plugin-async/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248643043,"owners_count":21138353,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T17:01:34.919Z","updated_at":"2025-04-12T22:39:16.153Z","avatar_url":"https://github.com/leebyron.png","language":"JavaScript","funding_links":[],"categories":["Plugins"],"sub_categories":["Transpilation"],"readme":"Rollup Async functions plugin\n=============================\n\n[![Build Status](https://travis-ci.org/leebyron/rollup-plugin-async.svg?branch=master)](https://travis-ci.org/leebyron/rollup-plugin-async)\n\nThis [Rollup](http://rollupjs.org/) plugin will replace [async functions](https://tc39.github.io/ecmascript-asyncawait/) with generator functions that can run in\nmodern browsers or in most versions of node.js during bundling using [`async-to-gen`](https://github.com/leebyron/async-to-gen).\n\n## Install\n\n```\nnpm install --save rollup-plugin-async\n```\n\n```js\nvar rollup = require('rollup').rollup;\nvar async = require('rollup-plugin-async');\n\nrollup({\n  entry: 'main.js',\n  plugins: [ async() ]\n}).then(...);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleebyron%2Frollup-plugin-async","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleebyron%2Frollup-plugin-async","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleebyron%2Frollup-plugin-async/lists"}