{"id":28291060,"url":"https://github.com/hasundue/cycad","last_synced_at":"2026-05-04T12:34:49.784Z","repository":{"id":200926663,"uuid":"706499565","full_name":"hasundue/cycad","owner":"hasundue","description":"A helper module for using Tree-sitter in Deno","archived":false,"fork":false,"pushed_at":"2023-10-22T04:30:20.000Z","size":106,"stargazers_count":3,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-11T08:47:00.912Z","etag":null,"topics":["deno","tree-sitter"],"latest_commit_sha":null,"homepage":"https://deno.land/x/cycad","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/hasundue.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","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},"funding":{"github":"hasundue"}},"created_at":"2023-10-18T04:30:48.000Z","updated_at":"2024-05-15T09:40:00.000Z","dependencies_parsed_at":"2023-10-22T05:42:09.771Z","dependency_job_id":null,"html_url":"https://github.com/hasundue/cycad","commit_stats":null,"previous_names":["hasundue/cycad-sitter","hasundue/deno-cycad","hasundue/cycad"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/hasundue/cycad","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasundue%2Fcycad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasundue%2Fcycad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasundue%2Fcycad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasundue%2Fcycad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hasundue","download_url":"https://codeload.github.com/hasundue/cycad/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasundue%2Fcycad/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32607713,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"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":["deno","tree-sitter"],"created_at":"2025-05-22T03:13:17.754Z","updated_at":"2026-05-04T12:34:49.766Z","avatar_url":"https://github.com/hasundue.png","language":"TypeScript","funding_links":["https://github.com/sponsors/hasundue"],"categories":[],"sub_categories":[],"readme":"# 🌴 Cycad\n\n\u003e **Warning**\\\n\u003e This project is still in early development. The API may change at any time.\n\nCycad is a helper module for using [Tree-sitter][tree-sitter] in [Deno][deno].\n\n## Requirements\n\n- [Deno][deno]\n- [Tree-sitter][tree-sitter] (optional, Cycad may fetch a binary automatically)\n- [Emscripten][emscripten] (optional, Tree-sitter may fetch a container\n  automatically)\n\n## Usage\n\n```typescript\nimport { Parser } from \"https://deno.land/x/cycad@{VERSION}/mod.ts\";\n\n// Parser for TypeScript will be fetched and compiled automatically!\n// It may take a while for the first run.\nconst parser = await Parser.create(\"typescript\");\n\nconst tree = parser.parse(\"const x = 1;\");\nconsole.log(tree.rootNode.toString());\n```\n\nOr, you may import the parser directly without async code:\n\n```typescript\nimport { parser } from \"https://deno.land/x/cycad@{VERSION}/parser.ts?lang=typescript\";\n\nconst tree = parser.parse(\"const x = 1;\");\nconsole.log(tree.rootNode.toString());\n```\n\n\u003c!-- links --\u003e\n\n[tree-sitter]: https://tree-sitter.github.io/tree-sitter/\n[deno]: https://deno.land/manual/getting_started/installation\n[emscripten]: https://emscripten.org/docs/getting_started/downloads.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhasundue%2Fcycad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhasundue%2Fcycad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhasundue%2Fcycad/lists"}