chore(standards): 正本の写しを新しくする(build-sw.mjs の疎な配列) - #75
Merged
Merged
Conversation
何が起きていたか - tools/build-sw.mjs の `[, '不明']` が eslint の no-sparse-arrays に当たり、lint が落ちる形になっていた どう直したか - tools/build-sw.mjs: 疎な配列を直した正本(standards/sw/build-sw-vite.mjs)の写し 正本の側の直しは GIGAyama.github.io の同じ枝(claude/gigayama-system-review-xm7tz1)にある。 ここに在る検査(check-drift・gate・build-sw --check)はすべて通してある。 Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012McVFkty7uhkRRjq2q4uB1
Owner
Author
|
CI の
#146 を先にマージしてください。 マージされたら、この枝に main を取りこんで CI を回し直し、緑になることを確かめます。 Generated by Claude Code |
GIGAyama
marked this pull request as ready for review
September 2, 2026 21:14
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.
なにを直したか
tools/build-sw.mjs: 正本standards/sw/build-sw-vite.mjsの写し。[, '不明']が eslint のno-sparse-arraysに当たる形だった(Quoridor と Reversi ではnpm run lintが実際に落ちていた)のを['', '不明']に直したもの。動きは変わらない。正本の側の直しは GIGAyama.github.io#146 にある。そちらを先にマージしてください(写しが正本より新しい状態を作らないため)。
確かめたこと
check-driftが緑npm run check(このリポジトリの gate)が緑使う人から見て
変わらない(道具の直し)。更新ログには書いていない。
🤖 Generated with Claude Code
https://claude.ai/code/session_012McVFkty7uhkRRjq2q4uB1
Generated by Claude Code