{"id":16131481,"url":"https://github.com/thislight/esbuild-plugin-gsolid","last_synced_at":"2025-06-29T17:33:18.692Z","repository":{"id":179615286,"uuid":"662951603","full_name":"thislight/esbuild-plugin-gsolid","owner":"thislight","description":"GSolid JSX/TSX support for esbuild","archived":false,"fork":false,"pushed_at":"2024-09-22T09:17:45.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T14:37:04.219Z","etag":null,"topics":["esbuild","gsolid","solid-js"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/esbuild-plugin-gsolid","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thislight.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-06T08:34:26.000Z","updated_at":"2024-09-22T09:17:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"1c27fe56-6f2e-45f5-8aab-88f04f81aa8a","html_url":"https://github.com/thislight/esbuild-plugin-gsolid","commit_stats":null,"previous_names":["thislight/esbuild-plugin-gsolid"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/thislight/esbuild-plugin-gsolid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thislight%2Fesbuild-plugin-gsolid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thislight%2Fesbuild-plugin-gsolid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thislight%2Fesbuild-plugin-gsolid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thislight%2Fesbuild-plugin-gsolid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thislight","download_url":"https://codeload.github.com/thislight/esbuild-plugin-gsolid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thislight%2Fesbuild-plugin-gsolid/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262637633,"owners_count":23341166,"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":["esbuild","gsolid","solid-js"],"created_at":"2024-10-09T22:25:20.885Z","updated_at":"2025-06-29T17:33:18.658Z","avatar_url":"https://github.com/thislight.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GSolid Plugin for ESBuild\n\nThis plugin helps you bundling files using ESBuild. This plugin does not handle Gjs detail for you, you can use [esbuild-gjs](https://github.com/thislight/esbuild-gjs) to handle that.\n\n````js\nimport * as esbuild from \"esbuild\";\nimport GjsPlugin from \"esbuild-gjs\";\nimport GSolidPlugin from \"esbuild-plugin-gsolid\";\n\nawait esbuild.build({\n  entryPoints: [\"index.tsx\"],\n  target: \"firefox68\", // Spider Monkey 68\n  format: \"esm\",\n  bundle: true,\n  outfile: \"dest/index.js\",\n  plugins: [GjsPlugin({}), GSolidPlugin()],\n  treeShaking: true,\n});\n````\n\n## Installation\n\nYou must install [babel-preset-solid](https://github.com/solidjs/solid/tree/main/packages/babel-preset-solid) together to use this plugin.\n\n````sh\n# NPM:\nnpm i --save-dev esbuild-plugin-gsolid babel-preset-solid\n\n# PNPM:\npnpm -D esbuild-plugin-gsolid babel-preset-solid\n\n# YARN\nyarn add -D esbuild-plugin-gsolid babel-preset-solid\n\n# BUN\nbun add -D esbuild-plugin-gsolid babel-preset-solid\n````\n\n## What the plugin do\n\n- Load tsx/jsx files and transform them into JavaScript\n- Resolve solid-js package as \"solid-js-file\" namespace, load files and inject `gsolid/web-ponyfill` into them\n- Assume your code files are UTF-8 encoding\n\n## LICENSE\n\nSPDX: Apache-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthislight%2Fesbuild-plugin-gsolid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthislight%2Fesbuild-plugin-gsolid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthislight%2Fesbuild-plugin-gsolid/lists"}