{"id":51804284,"url":"https://github.com/hamflx/vue-compiler","last_synced_at":"2026-07-21T12:05:25.073Z","repository":{"id":362354398,"uuid":"1247733240","full_name":"hamflx/vue-compiler","owner":"hamflx","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-03T22:00:41.000Z","size":4651,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-03T22:03:20.964Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hamflx.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"docs/SECURITY_SUPPLY_CHAIN.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-23T17:51:45.000Z","updated_at":"2026-06-03T22:00:49.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/hamflx/vue-compiler","commit_stats":null,"previous_names":["hamflx/vue-compiler"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/hamflx/vue-compiler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamflx%2Fvue-compiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamflx%2Fvue-compiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamflx%2Fvue-compiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamflx%2Fvue-compiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hamflx","download_url":"https://codeload.github.com/hamflx/vue-compiler/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamflx%2Fvue-compiler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35722818,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-21T02:00:06.728Z","response_time":109,"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":"2026-07-21T12:05:23.820Z","updated_at":"2026-07-21T12:05:25.066Z","avatar_url":"https://github.com/hamflx.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vue-compiler\n\nRust implementation of the Vue compiler stack for Vue 2.6, Vue 2.7, and Vue 3 compatibility.\n\nThis repository contains compiler crates, NAPI and WASM packages, a CLI, and official conformance tooling. The source of truth for compiler architecture is `docs/1.RUST_VUE_COMPILER_DESIGN.md`; the AST/HIR/MIR structure contract is `docs/3.AST_HIR_MIR_DESIGN.md`.\n\n## Status\n\n- Vue baselines are pinned in `compat/official-revisions.lock`.\n- Official conformance and output-contract reports are generated through `cargo xtask`.\n- Coverage reports distinguish `rust-backed`, `mixed`, and `shim-backed` execution. Mixed or shim-backed coverage is not counted as standalone Rust compiler parity.\n- M19 performance and incremental gates are in place: benchmark reporting, SFC cache, AST cache, parallel compilation, arena preallocation, and JS source string interning.\n\n## Common Commands\n\n```bash\ncargo fmt --all -- --check\ncargo test --workspace\ncargo xtask verify-official-lock\ncargo xtask run-output-contract --all\ncargo xtask run-conformance --all\ncargo xtask bench --iterations 1\n```\n\nFocused gates are useful while developing:\n\n```bash\ncargo xtask verify-cli\ncargo xtask verify-napi\ncargo xtask verify-wasm\ncargo xtask verify-arena\ncargo xtask verify-string-interning\ncargo xtask verify-release-docs\ncargo xtask verify-crate-metadata\ncargo xtask verify-supply-chain\n```\n\n## Packages\n\n- `@vuec-rs/native`: Node/NAPI package that loads the platform native binding.\n- `@vuec-rs/wasm`: browser/Node WASM package.\n- `vuec_cli`: command-line compiler binary.\n- `crates/vuec_*`: Rust compiler, AST, source, diagnostics, SFC, style, NAPI, and WASM crates.\n\n## Documentation\n\n- `docs/2.DEVELOPMENT_PLAN.md`: development plan and acceptance gates.\n- `docs/WORK_PART.md`: stage progress report.\n- `docs/MEMORY.md`: rolling implementation memory.\n- `docs/COMPATIBILITY_CONCERNS.md`: compatibility caveats and shim/mixed coverage concerns.\n- `docs/RELEASE_CHECKLIST.md`: release dry-run and publication checklist.\n- `docs/COMPATIBILITY_MATRIX.md`: current official compatibility matrix.\n- `docs/CONFORMANCE_REPORT_TEMPLATE.md`: release/stage conformance report template.\n- `docs/ARCHITECTURE.md`: release-facing compiler architecture map.\n- `docs/API.md`: release-facing Rust crate, CLI, NAPI, WASM, and alias API reference.\n- `docs/SECURITY_SUPPLY_CHAIN.md`: release security and supply-chain checks.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamflx%2Fvue-compiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhamflx%2Fvue-compiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamflx%2Fvue-compiler/lists"}