{"id":22161686,"url":"https://github.com/circlecloud/rbxts-transform-dev","last_synced_at":"2026-02-14T17:30:53.556Z","repository":{"id":263718775,"uuid":"891279358","full_name":"circlecloud/rbxts-transform-dev","owner":"circlecloud","description":"A debugging transformer for roblox-ts. Contains helper functions for debugging roblox-ts code with debug information attached.","archived":false,"fork":false,"pushed_at":"2024-11-20T03:37:29.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-11T15:58:41.543Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/circlecloud.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-20T03:37:18.000Z","updated_at":"2024-11-20T03:37:33.000Z","dependencies_parsed_at":"2024-11-20T21:08:42.919Z","dependency_job_id":null,"html_url":"https://github.com/circlecloud/rbxts-transform-dev","commit_stats":null,"previous_names":["circlecloud/rbxts-transform-dev"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/circlecloud/rbxts-transform-dev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/circlecloud%2Frbxts-transform-dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/circlecloud%2Frbxts-transform-dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/circlecloud%2Frbxts-transform-dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/circlecloud%2Frbxts-transform-dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/circlecloud","download_url":"https://codeload.github.com/circlecloud/rbxts-transform-dev/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/circlecloud%2Frbxts-transform-dev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29450871,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T15:52:44.973Z","status":"ssl_error","status_checked_at":"2026-02-14T15:52:11.208Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":"2024-12-02T04:16:32.755Z","updated_at":"2026-02-14T17:30:53.551Z","avatar_url":"https://github.com/circlecloud.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rbxts-transform-dev\n\nA debugging transformer for roblox-ts. Contains helper functions for debugging roblox-ts code with debug information attached.\n\n## How to use\nimport types\n```ts\n/// \u003creference types=\"rbxts-transform-dev\" /\u003e\n```\n\nrelpace print or warn with $debug or $print or $warn\n```ts\n$debug(instance)\n$print(instance)\n$warn(instance)\nthrow 'error message'\n```\n\nlua output\n```lua\nprint('[test.ts:1:1] instance =', instance);\nprint('[test.ts:1:1]', instance);\nwarn('[test.ts:1:1]', instance);\nerror('[test.ts:1:1] error message');\n```\n\n## Macros\n\n### $debug\n\ntest.ts\n\n```ts\n$debug(instance);\n```\n\noutput\n\n```lua\nprint(`[test.ts:1:1] instance =`, instance);\n```\n\n### $print\n\ntest.ts\n\n```ts\n$print(1, 2, 3);\n```\n\noutput\n\n```lua\nprint('[test.ts:1:1]', 1, 2, 3);\n```\n\n### $warn\n\ntest.ts\n\n```ts\n$warn(1, 2, 3);\n```\n\noutput\n\n```lua\nwarn('[test.ts:1:1]', 1, 2, 3);\n```\n\n### throw\n\ntest.ts\n\n```ts\nthrow \"error\";\nconst msg = \"test error\";\nthrow msg;\n```\n\noutput\n\n```lua\nerror('[test.ts:1:1] error');\nlocal msg = 'test error';\nerror('[test.ts:3:1] ' .. msg);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcirclecloud%2Frbxts-transform-dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcirclecloud%2Frbxts-transform-dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcirclecloud%2Frbxts-transform-dev/lists"}