Skip to content

Conversation

@Rich-Harris
Copy link
Member

This aligns with #15844 and makes things a bit more sensible

@changeset-bot
Copy link

changeset-bot bot commented Jul 2, 2025

⚠️ No Changeset found

Latest commit: 34a17b4

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@svelte-docs-bot
Copy link

@github-actions
Copy link
Contributor

github-actions bot commented Jul 2, 2025

Playground

pnpm add https://pkg.pr.new/svelte@16284

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

*/
export function boundary(node, props, boundary_fn) {
var anchor = node;
export function boundary(node, props, children) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if this is intended to match the signature of the Boundary constructor you can just type it /** @type {typeof Boundary} */ to avoid having all of the duplicate JSDoc

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not working for me?

image

@Rich-Harris Rich-Harris merged commit 7914cb1 into main Jul 2, 2025
14 checks passed
@Rich-Harris Rich-Harris deleted the class-boundary branch July 2, 2025 16:16
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.

3 participants