Skip to content

Conversation

@uzmoi
Copy link
Member

@uzmoi uzmoi commented Dec 22, 2025

What

オブジェクトリテラルに重複するキーがあったときに構文エラーが出るようにしました。

Why

Fix #898, #968

Additional info (optional)

一旦fix扱いにしましたが、破壊的変更かも

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Files with missing lines Coverage Δ
src/parser/syntaxes/expressions.ts 95.48% <100.00%> (+6.30%) ⬆️

... and 29 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@FineArchs
Copy link
Member

うーん まあfixでいいか

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.

オブジェクトリテラルに重複したキーを用いると前方の値が評価されない キーの重複がエラーにならない

4 participants