Skip to main content
GoodFirstPicks
DashboardIssuesReposLeaderboard

GoodFirstPicks by Leaveitblank © 2026

CreatorRequest a RepoPrivacy PolicyTerms of Service
nullish properties with component dot notation | GoodFirstPicks

nullish properties with component dot notation

sveltejs/svelte 3 comments 1mo ago
View on GitHub
mediumopenScope: somewhat clearSkill match: maybeSvelteTypeScript

Why this is a good first issue

Compiler behavior inconsistency with nullish properties needs clarification.

AI Summary

The issue involves inconsistent compiler behavior with nullish properties in component dot notation. The task requires determining if this behavior is intended and updating documentation or compiler logic accordingly. The main blocker is identifying specific cases where the compiler complains.

Issue Description

Describe the bug

Right now, it is unclear. It works in the repl and it works when i run pnpm build; node build. But the compiler will complain in certain cases.

If it is supposed to work, we should add docs and maybe adjust the compiler. If it isnt, we should add linting/type checking for nullish dot notation and change the compiler always error.

Reproduction

REPL

Logs

System Info

.

Severity

annoyance

Want to work on this?

Claim this issue to let others know you're working on it. You'll earn 10 points when you complete it!

Risk Flags

  • compiler behavior
  • edge cases
Loading labels...

Details

Points10 pts
Difficultymedium
Scopesomewhat clear
Skill Matchmaybe
Test Focusedno