{"id":16131475,"url":"https://github.com/thislight/esbuild-gjs","last_synced_at":"2025-04-06T14:32:32.259Z","repository":{"id":179083468,"uuid":"662938920","full_name":"thislight/esbuild-gjs","owner":"thislight","description":"Gjs Plugin for ESBuild","archived":false,"fork":false,"pushed_at":"2024-09-22T07:31:23.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-12T20:37:55.967Z","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":"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:00:08.000Z","updated_at":"2024-09-22T07:31:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"3bdc4c4d-cba0-4833-8c96-7dd88d4177f1","html_url":"https://github.com/thislight/esbuild-gjs","commit_stats":null,"previous_names":["thislight/esbuild-gjs"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thislight%2Fesbuild-gjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thislight%2Fesbuild-gjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thislight%2Fesbuild-gjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thislight%2Fesbuild-gjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thislight","download_url":"https://codeload.github.com/thislight/esbuild-gjs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247495887,"owners_count":20948121,"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":[],"created_at":"2024-10-09T22:25:20.700Z","updated_at":"2025-04-06T14:32:32.253Z","avatar_url":"https://github.com/thislight.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gjs Plugin for ESBuild\n\nThis plugin configures [esbuild](https://esbuild.github.io/) to bundle files for [Gjs](https://gitlab.gnome.org/GNOME/gjs).\n\n- Module names start with \"gi:\", \"file:\", \"resource:\" are externals\n- [Built-in module names](https://gitlab.gnome.org/GNOME/gjs/-/blob/master/doc/Modules.md) are externals\n- Output will be ES module if no specified\n- Legacy import is unsupported\n\n````ts\nimport * as esbuild from \"esbuild\";\nimport GjsPlugin from \"esbuild-gjs\";\n\nawait esbuild.build({\n  entryPoints: [\"index.ts\"],\n  target: \"firefox68\", // Spider Monkey 68\n  bundle: true,\n  outfile: \"index.js\",\n  plugins: [GjsPlugin({})]\n});\n````\n\n## License\nSPDX: Apache-2.0\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthislight%2Fesbuild-gjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthislight%2Fesbuild-gjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthislight%2Fesbuild-gjs/lists"}