{"id":29261916,"url":"https://github.com/luludotdev/deno-rolldown-plugin","last_synced_at":"2026-03-17T22:13:43.129Z","repository":{"id":291140561,"uuid":"976712343","full_name":"luludotdev/deno-rolldown-plugin","owner":"luludotdev","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-21T21:09:31.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-14T22:53:46.402Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://jsr.io/@lulu/deno-rolldown-plugin","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/luludotdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-02T15:55:59.000Z","updated_at":"2025-06-21T21:09:32.000Z","dependencies_parsed_at":"2025-05-02T17:40:13.185Z","dependency_job_id":null,"html_url":"https://github.com/luludotdev/deno-rolldown-plugin","commit_stats":null,"previous_names":["luludotdev/deno-rolldown-plugin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/luludotdev/deno-rolldown-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luludotdev%2Fdeno-rolldown-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luludotdev%2Fdeno-rolldown-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luludotdev%2Fdeno-rolldown-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luludotdev%2Fdeno-rolldown-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luludotdev","download_url":"https://codeload.github.com/luludotdev/deno-rolldown-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luludotdev%2Fdeno-rolldown-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30633241,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T17:32:55.572Z","status":"ssl_error","status_checked_at":"2026-03-17T17:32:38.732Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2025-07-04T09:38:58.507Z","updated_at":"2026-03-17T22:13:43.110Z","avatar_url":"https://github.com/luludotdev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deno Rolldown Plugin\n\n\u003e This is mostly a port of the amazing\n\u003e [Deno esbuild Plugin](https://github.com/denoland/deno-esbuild-plugin).\n\u003e Rolldown is currently pre-1.0 and this plugin has no production-ready\n\u003e guarantees.\n\n---\n\nPlugin to enable Deno resolution inside [rolldown](https://rolldown.rs/). It\nsupports:\n\n- Alias mappings in `deno.json`\n- `npm:` specifier\n- `jsr:` specifier\n- `http:` and `https:` specifiers\n\n## Usage\n\n1. Install this package\n2. Import it and add to the `rolldown` config\n\n```ts\nimport * as rolldown from \"rolldown\";\nimport { denoPlugin } from \"@lulu/deno-rolldown-plugin\";\n\nawait rolldown.build({\n  input: [\"./main.ts\"],\n  output: { file: \"./main.bundle.js\" },\n  plugins: [denoPlugin()],\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluludotdev%2Fdeno-rolldown-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluludotdev%2Fdeno-rolldown-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluludotdev%2Fdeno-rolldown-plugin/lists"}