Skip to content

fix(page-cluster): add missing build-cluster-reason exports entry - #931

Merged
YusukeHirao merged 1 commit into
devfrom
worktree-snug-noodling-reef
Jul 29, 2026
Merged

fix(page-cluster): add missing build-cluster-reason exports entry#931
YusukeHirao merged 1 commit into
devfrom
worktree-snug-noodling-reef

Conversation

@YusukeHirao

Copy link
Copy Markdown
Member

Summary

  • @d-zero/page-clusterpackage.jsonexports./build-cluster-reason エントリが未登録で、Node のサブパスエクスポート制約により import { buildClusterReason } from '@d-zero/page-cluster/build-cluster-reason' が解決できなかった不具合を修正
  • dist/build-cluster-reason.js / .d.ts 自体は既にビルド・tarball 同梱済みだったため、exports への登録のみで解決

Test plan

  • yarn build — 全パッケージビルド成功、dist/build-cluster-reason.{js,d.ts} の生成を確認
  • node --input-type=module -e "import { buildClusterReason } from '@d-zero/page-cluster/build-cluster-reason'; ..." でサブパス解決が実際に成功することを確認
  • yarn lint — エラーなし
  • yarn test — 全118ファイル / 1673テスト成功

Closes #930

🤖 Generated with Claude Code

@YusukeHirao
YusukeHirao requested a review from yusasa16 as a code owner July 29, 2026 02:39
@YusukeHirao
YusukeHirao merged commit 6d464ae into dev Jul 29, 2026
6 checks passed
@YusukeHirao
YusukeHirao deleted the worktree-snug-noodling-reef branch July 29, 2026 02:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

@d-zero/page-cluster: build-cluster-reason が package.json の exports に登録されていない

1 participant