WIP: deprecate readFile/writeFile/getPackageJson (loadFile/saveFile/loadPackageJson)#10
Closed
jycouet wants to merge 2 commits intochore/pr-deprecation-basefrom
Closed
WIP: deprecate readFile/writeFile/getPackageJson (loadFile/saveFile/loadPackageJson)#10jycouet wants to merge 2 commits intochore/pr-deprecation-basefrom
jycouet wants to merge 2 commits intochore/pr-deprecation-basefrom
Conversation
- sv-utils: add loadFile, saveFile, loadPackageJson; deprecate readFile, writeFile, getPackageJson; remove installPackages (logic lives in sv engine). - sv: inline updatePackages in engine; use new helpers; drop deprecated workspace.file paths; addons use string literals; remove stale @deprecated on processors/create exports. - Regenerate api-surface snapshots. Made-with: Cursor
…son aliases Made-with: Cursor
This was referenced Apr 4, 2026
Owner
Author
|
Superseded by reorganized v0/v1/v2 stack. |
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.
WIP track surface API — deprecation only.
Base
chore/pr-deprecation-base(align, same as beforeloadFilerefactor).Head
chore/pr-deprecationadds only:bed2083—loadFile/saveFile/loadPackageJson; deprecate legacy names; relatedsv/ addon refactors.7e203ce— JSDoc clarifying the deprecated aliases.This range does not include
fmt/cleanup types/ yaml-dedent-pm work, soscripts/generate-api-surface.jsis unchanged here.Follow-up: removal of the deprecated exports → separate PR (#9):
chore/coupling-v1→chore/coupling-v2.Closes the confusing diff that mixed api-surface churn into the deprecation story (old PR #8).
Made with Cursor