Conversation
This was referenced Sep 16, 2026
Author
|
This remains a Draft companion to the RFC 823 reference implementation. At Upstream CI still requires maintainer approval; the fork run does not replace that check. The actual companion compiler also passes dev, production and header-only HMR browser checks with top-level SFC matches. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Vue 3.5.0–3.5.2 and 3.6 prereleases currently fail the template AST reuse check because their patch version is below 3 or contains a prerelease suffix. Compare the minor version first so these compilers receive the descriptor AST, while retaining the fallback for versions before 3.4.3.
The regression tests cover both sides of the 3.4.3 boundary, later minor releases, prereleases, and an unavailable version. Run the existing unit suite in CI alongside the playground tests. The configured-root assertion now uses Vite's normalized path on Windows, where enabling that suite exposed a separator mismatch.
Validation: unit tests (16 passed, 10 existing todo), build, lint, typecheck, and Vue production playground tests (41 passed, 14 existing skips).
This Draft PR is tracked from the RFC 823 reference implementation. Its top-level SFC match needs the descriptor AST preserved by this check. This version comparison fix is independent of the proposed syntax and does not implement or accept the RFC.