docs: drop stale npm install -g rescript + npx rescript-legacy -w refs#67
Merged
Merged
Conversation
… refs Follows panll#65 (npm→Deno migration) and panll#66 (docs sweep). - docs/developer-guide.md: remove global rescript install step; ReScript is now resolved via deno.json `npm:rescript@^12.0.0` on first `deno task res:build`. Reword surrounding prose to reflect this. - docs/guides/QUICKSTART-FOR-SON.md: `npx rescript-legacy -w` → `deno task res:watch`. Surfaced by panll#66 meander.
|
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.



Summary
Two-line doc fix surfaced by the panll#66 meander. Follows panll#65 (npm→Deno migration) and panll#66 (docs sweep).
docs/developer-guide.md— drop thenpm install -g rescriptstep from the install block; ReScript is now resolved viadeno.json(npm:rescript@^12.0.0) on firstdeno task res:build— no global install required. Surrounding prose reworded to reflect this.docs/guides/QUICKSTART-FOR-SON.md—npx rescript-legacy -w→deno task res:watch(matches the watch task added in panll#65).Test plan
developer-guide.mdstill renders correctly through the rewritten section (Install Deno block closes, prose paragraph, then### Clone and Buildheading)QUICKSTART-FOR-SON.mdwatch-mode command matches theres:watchtask indeno.json(added by panll#65)Related
deno task res:build/res:watch)Not in scope
QUICKSTART-FOR-SON.mdstill references the Tauri backend on lines 27–28, 37 — separate PRgenerate.jsis referenced in headers but missing from repo — separate issue🤖 Generated with Claude Code