{"id":15663603,"url":"https://github.com/cgqaq/rollup-plugin-dbg","last_synced_at":"2025-08-18T05:49:26.502Z","repository":{"id":56765596,"uuid":"524037569","full_name":"CGQAQ/rollup-plugin-dbg","owner":"CGQAQ","description":"Rust dbg! in js powered by rollup/vite plugin system","archived":false,"fork":false,"pushed_at":"2022-08-18T03:42:12.000Z","size":44,"stargazers_count":17,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-16T00:48:40.026Z","etag":null,"topics":["debug","rollup-plugin","vite-plugin"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/rollup-plugin-dbg","language":"JavaScript","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/CGQAQ.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}},"created_at":"2022-08-12T10:00:07.000Z","updated_at":"2022-08-18T03:43:06.000Z","dependencies_parsed_at":"2022-08-16T02:10:47.575Z","dependency_job_id":null,"html_url":"https://github.com/CGQAQ/rollup-plugin-dbg","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CGQAQ/rollup-plugin-dbg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CGQAQ%2Frollup-plugin-dbg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CGQAQ%2Frollup-plugin-dbg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CGQAQ%2Frollup-plugin-dbg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CGQAQ%2Frollup-plugin-dbg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CGQAQ","download_url":"https://codeload.github.com/CGQAQ/rollup-plugin-dbg/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CGQAQ%2Frollup-plugin-dbg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270951285,"owners_count":24674007,"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","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["debug","rollup-plugin","vite-plugin"],"created_at":"2024-10-03T13:38:43.698Z","updated_at":"2025-08-18T05:49:26.458Z","avatar_url":"https://github.com/CGQAQ.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rollup-plugin-dbg\n\n## This plugin is also compatible with vite\n\n### use with rollup\n\n```js\nimport { defineConfig } from \"rollup\";\nimport config from \"./package.json\";\nimport PluginDbg from \"rollup-plugin-dbg\";\n\nexport default defineConfig({\n  plugins: [PluginDbg({ projectRoot: __dirname })],\n  input: \"./index.js\",\n  output: [\n    {\n      file: config.exports[\".\"].import,\n      format: \"es\",\n    },\n    {\n      file: config.exports[\".\"].require,\n      format: \"commonjs\",\n      exports: \"auto\",\n    },\n  ],\n});\n```\n\n### use with vite\n\n```js\nimport { defineConfig } from \"vite\";\nimport PluginDbg from \"rollup-plugin-dbg\";\n\nexport default defineConfig({\n  mode: \"development\",\n  plugins: [PluginDbg()], // do not need projectRoot when using with vite\n  build: {\n    outDir: \"dist\",\n    lib: {\n      entry: \"index.js\",\n      name: \"example\",\n    },\n  },\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcgqaq%2Frollup-plugin-dbg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcgqaq%2Frollup-plugin-dbg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcgqaq%2Frollup-plugin-dbg/lists"}