{"id":16644539,"url":"https://github.com/danielpza/typescript-ast-debug","last_synced_at":"2025-06-21T21:38:21.293Z","repository":{"id":57147058,"uuid":"198854053","full_name":"danielpza/typescript-ast-debug","owner":"danielpza","description":"Outputs ast of typescript source file","archived":false,"fork":false,"pushed_at":"2020-07-13T22:26:47.000Z","size":5,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-13T08:07:39.777Z","etag":null,"topics":["ast","debugging","typescript"],"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/danielpza.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2019-07-25T15:10:14.000Z","updated_at":"2019-07-25T15:25:45.000Z","dependencies_parsed_at":"2022-09-05T16:41:38.983Z","dependency_job_id":null,"html_url":"https://github.com/danielpza/typescript-ast-debug","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/danielpza/typescript-ast-debug","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielpza%2Ftypescript-ast-debug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielpza%2Ftypescript-ast-debug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielpza%2Ftypescript-ast-debug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielpza%2Ftypescript-ast-debug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielpza","download_url":"https://codeload.github.com/danielpza/typescript-ast-debug/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielpza%2Ftypescript-ast-debug/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261179595,"owners_count":23120947,"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":["ast","debugging","typescript"],"created_at":"2024-10-12T08:11:39.285Z","updated_at":"2025-06-21T21:38:16.280Z","avatar_url":"https://github.com/danielpza.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# typescript-ast-debug\n\n[![npm version](https://img.shields.io/npm/v/typescript-ast-debug.svg)](https://www.npmjs.com/package/typescript-ast-debug)\n[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)\n[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)\n\nOutputs ast of typescript source file\n\n## Install\n\n```sh\n$ npm i -g typescript-ast-debug\n```\n\n## Example\n\nUse `tsast filename.ts`, outputs to stdout:\n\n```sh\n$ cat input.ts\nconsole.log(\"Hello World\");\n$ tsast input.ts\n{\"kind\":\"SourceFile\",\"text\":\"\",\"children\":[{\"kind\":\"SyntaxList\",\"text\":\"\",\"children\":[]},{\"kind\":\"EndOfFileToken\",\"text\":\"\",\"children\":[]}]}\n$ tsast input.ts | fx\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielpza%2Ftypescript-ast-debug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielpza%2Ftypescript-ast-debug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielpza%2Ftypescript-ast-debug/lists"}