refactor(adapter-vite): narrow the public build interface#464
Draft
SisyphusZheng wants to merge 3 commits into
Draft
refactor(adapter-vite): narrow the public build interface#464SisyphusZheng wants to merge 3 commits into
SisyphusZheng wants to merge 3 commits into
Conversation
Contributor
|
APIError: Insufficient Balance |
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.
What changed
0.41.0-alpha.15graph@openelement/adapter-vitefrom 14 exports to the documented root,nitro-mount, andcli/buildinterfacesexport-files:checkcompare generated content instead of rejecting every legitimate PR diffWhy
The documented package surface and published export map had drifted apart. Internal plugin factories and individual build phases were still importable, leaving a shallow public interface. The generator check also treated any tracked change as stale, preventing intentional interface changes from passing CI.
Impact
This is an intentional Alpha breaking change. Consumers of removed adapter subpaths must import supported helpers from the package root or use the generated
@openelement/createlifecycle. The five-package product topology is unchanged.Validation
page.goto()timeout was flaky and passed 1/1 when rerun aloneRemaining risk
The complete WebKit suite was not allowed to run to completion after 13.5 minutes because navigation became abnormally slow. The sole observed timeout reproduced as passing in isolation and did not exercise the changed package-interface path.