{"id":26335958,"url":"https://github.com/lumakernel/issue-dt-estree-jsx","last_synced_at":"2026-06-23T20:31:59.243Z","repository":{"id":222097054,"uuid":"756252520","full_name":"LumaKernel/issue-dt-estree-jsx","owner":"LumaKernel","description":null,"archived":false,"fork":false,"pushed_at":"2024-02-12T10:32:54.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-13T09:26:19.315Z","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":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LumaKernel.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}},"created_at":"2024-02-12T09:44:01.000Z","updated_at":"2024-02-12T09:44:48.000Z","dependencies_parsed_at":"2024-02-12T10:54:34.435Z","dependency_job_id":null,"html_url":"https://github.com/LumaKernel/issue-dt-estree-jsx","commit_stats":null,"previous_names":["lumakernel/issue-dt-estree-jsx"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LumaKernel/issue-dt-estree-jsx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LumaKernel%2Fissue-dt-estree-jsx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LumaKernel%2Fissue-dt-estree-jsx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LumaKernel%2Fissue-dt-estree-jsx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LumaKernel%2Fissue-dt-estree-jsx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LumaKernel","download_url":"https://codeload.github.com/LumaKernel/issue-dt-estree-jsx/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LumaKernel%2Fissue-dt-estree-jsx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34706579,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"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":[],"created_at":"2025-03-16T01:16:01.729Z","updated_at":"2026-06-23T20:31:59.226Z","avatar_url":"https://github.com/LumaKernel.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Issue Definitely Typed estree-jsx\n\nNOTE: There're no correspoind runtime package.\n\nPR: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/68598\n\nFirst, see `main.ts` or output of that in `main.ts.out.txt`. (This is made by `bun run ./main.ts \u003e ./main.ts.out.txt`)\n\nYou can see this part:\n\n```js\n  // ...\n      data: {\n        estree: {\n          type: 'Program',\n          // ..\n          body: [\n            {\n              type: 'ExpressionStatement',\n              expression: {\n                type: 'JSXFragment',\n                // ...\n```\n\nThis is result of parse of MDX `{\u003c\u003e\u003cspan\u003ehi\u003c/span\u003e\u003c/\u003e}`.\n\nThis shows type `JSXFragment` is allowed as top level expression of estree.\n\nIn JSX, Fragment expression (`\u003c\u003e...\u003c/\u003e`) is also an expression like as JSX normal expression (`\u003cFoo\u003e...\u003c/Foo\u003e`).\n\nAllowed `type` values are managed by interface extension, so we need to fix `@types/estree-jsx`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flumakernel%2Fissue-dt-estree-jsx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flumakernel%2Fissue-dt-estree-jsx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flumakernel%2Fissue-dt-estree-jsx/lists"}