Skip to content

Conversation

@ieedan
Copy link
Collaborator

@ieedan ieedan commented Mar 21, 2025

Previously this:

<script lang="ts" module>
    type Foo = number;
    
    export const foo: Foo = 5;
    type Bar = string;
</script>

would become this:

<script module>
    export const foo = 5;

</script>

now it becomes this:

<script module>
    export const foo = 5;
</script>

@ieedan ieedan self-assigned this Mar 21, 2025
@changeset-bot
Copy link

changeset-bot bot commented Mar 21, 2025

🦋 Changeset detected

Latest commit: cd2f9c9

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

This PR includes changesets to release 1 package
Name Type
sv-strip 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

@ieedan ieedan merged commit 4d4c06a into main Mar 21, 2025
1 check passed
@ieedan ieedan deleted the better-formatting branch March 21, 2025 11:43
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.

1 participant