Open kpanot opened 1 week ago
CI is running/has finished running commands for commit 5108a4f05cc17645620a851f48107d423c0ae67b. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.
📂 See all runs for this CI Pipeline Execution
Sent with 💌 from NxCloud.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 0.00%. Comparing base (
0042a21
) to head (5108a4f
).
:white_check_mark: All tests successful. No failed tests found.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Proposed change
When creating an object that is intended to be read-only, we should let typescript infer the type.
Not good:
Nice:
Related issues