Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(tsx): Return interesting ranges for TSX output #931

Merged
merged 7 commits into from
Jan 2, 2024

Conversation

Princesseuh
Copy link
Member

@Princesseuh Princesseuh commented Jan 2, 2024

Changes

A common issue in the language server is it being hard to map things to the "frontmatter" of the TSX file because, well, we don't know where it is inside the TSX. This PR now returns the start and end of both the frontmatter and the body of the file, which the language server can use to map things.

This is for withastro/language-tools#733

Testing

Added a test

Docs

N/A, I updated the types though

Copy link

changeset-bot bot commented Jan 2, 2024

🦋 Changeset detected

Latest commit: 9bb6849

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 Minor

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

Copy link
Member

@ematipico ematipico left a comment

Choose a reason for hiding this comment

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

Can we add a new test where we assert the ranges in case we don't have the frontmatter?

packages/compiler/src/shared/types.ts Show resolved Hide resolved
@Princesseuh
Copy link
Member Author

Can we add a new test where we assert the ranges in case we don't have the frontmatter?

Added a test!

@Princesseuh Princesseuh merged commit 9ff6342 into main Jan 2, 2024
5 checks passed
@Princesseuh Princesseuh deleted the feat/mark-tsx-ranges branch January 2, 2024 16:31
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.

4 participants