withastro / compiler

The Astro compiler. Written in Go. Distributed as WASM.
Other
503 stars 59 forks source link

fix(tsx): Remove unnecessary jsdoc comment #967

Closed Princesseuh closed 9 months ago

Princesseuh commented 9 months ago

Changes

I'm not sure why I thought it had to be a /** comment, it's not necessary. This was causing the first const in a component to be marked by the JSDoc.

Testing

Tests should pass! I also tested that this works in the TypeScript playground

Docs

N/A

changeset-bot[bot] commented 9 months ago

🦋 Changeset detected

Latest commit: 2648fa6f77bc51fd06478ed5b9fabbd307545a35

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ----------------- | ----- | | @astrojs/compiler | Patch |

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