{"id":15414906,"url":"https://github.com/lxsmnsyc/solid-optimizer","last_synced_at":"2025-10-19T12:11:51.424Z","repository":{"id":60024398,"uuid":"540059686","full_name":"lxsmnsyc/solid-optimizer","owner":"lxsmnsyc","description":"Experimental compile-time optimizer for SolidJS","archived":false,"fork":false,"pushed_at":"2025-03-14T07:15:17.000Z","size":378,"stargazers_count":21,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-29T08:01:35.647Z","etag":null,"topics":["optimization","solid-js","ssr"],"latest_commit_sha":null,"homepage":"","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/lxsmnsyc.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":"2022-09-22T15:57:25.000Z","updated_at":"2025-03-22T23:54:59.000Z","dependencies_parsed_at":"2024-03-21T12:31:26.842Z","dependency_job_id":null,"html_url":"https://github.com/lxsmnsyc/solid-optimizer","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"da5bbc1d570c2398fe2002b39305c225ed0e74dc"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lxsmnsyc%2Fsolid-optimizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lxsmnsyc%2Fsolid-optimizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lxsmnsyc%2Fsolid-optimizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lxsmnsyc%2Fsolid-optimizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lxsmnsyc","download_url":"https://codeload.github.com/lxsmnsyc/solid-optimizer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249698274,"owners_count":21312173,"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":["optimization","solid-js","ssr"],"created_at":"2024-10-01T17:05:13.917Z","updated_at":"2025-10-19T12:11:46.382Z","avatar_url":"https://github.com/lxsmnsyc.png","language":"TypeScript","readme":"# solid-optimizer\n\n\u003e Experimental compile-time optimizer for SolidJS\n\n[![NPM](https://img.shields.io/npm/v/solid-optimizer.svg)](https://www.npmjs.com/package/solid-optimizer) [![JavaScript Style Guide](https://badgen.net/badge/code%20style/airbnb/ff5a5f?icon=airbnb)](https://github.com/airbnb/javascript)\n\n## Install\n\n```bash\nnpm i -D solid-optimizer\n```\n\n```bash\nyarn add -D solid-optimizer\n```\n\n```bash\npnpm add -D solid-optimizer\n```\n\n## Features\n\n\u003e **Warning**\n\u003e The following features are only for SSR\n\n### Trimming no-op\n\nThe following are no-op functions in SSR, their calls are removed to enable tree-shaking unwanted code.\n\n- `createEffect`\n- `onMount`\n\n### `untrack`, `batch` and `startTransition`\n\nPassed argument is inlined and called synchronously. For arrow functions, if the function doesn't have the body, it's return expression is inlined instead.\n\n### `createDeferred`\n\nPassed argument is inlined.\n\n### `getListener`\n\n`getListener` calls are replaced with `null`.\n\n## Sponsors\n\n![Sponsors](https://github.com/lxsmnsyc/sponsors/blob/main/sponsors.svg?raw=true)\n\n## License\n\nMIT © [lxsmnsyc](https://github.com/lxsmnsyc)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flxsmnsyc%2Fsolid-optimizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flxsmnsyc%2Fsolid-optimizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flxsmnsyc%2Fsolid-optimizer/lists"}