Skip to content

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

Merged
Princesseuh merged 7 commits intomainfrom
feat/mark-tsx-ranges
Jan 2, 2024
Merged

feat(tsx): Return interesting ranges for TSX output#931
Princesseuh merged 7 commits intomainfrom
feat/mark-tsx-ranges

Conversation

@Princesseuh
Copy link
Copy Markdown
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

@changeset-bot
Copy link
Copy Markdown

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
Copy Markdown
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?

@Princesseuh
Copy link
Copy Markdown
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
@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