fix(linter): keep Svelte exported module-script bindings visible#9637
fix(linter): keep Svelte exported module-script bindings visible#9637raashish1601 wants to merge 1 commit intobiomejs:mainfrom
Conversation
🦋 Changeset detectedLatest commit: a70871f The changes in this PR will be included in the next version bump. This PR includes changesets to release 13 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
WalkthroughThis PR resolves a false-positive bug in the Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
noUndeclaredVariablesregression for exported<script module>functions@biomejs/biomepatch changeset for the user-visible fixTest Plan
cargo test -p biome_service tracks_exported_declarations -- --nocapturecargo test -p biome_cli no_undeclared_variables_not_triggered_for_exported_module_script_functions -- --nocapturecargo fmt --all --checkgit diff --checkCloses #9541