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

BREAKING: revert storing full range in serialized module info #538

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

dsherret
Copy link
Member

@dsherret dsherret commented Oct 8, 2024

Reverts #533

We can instead have the LSP go from the specifier to the full import range using the AST. I don't think there's enough reason to store this in the serialized module info and this maintains the backwards compatibility for deserialization. We could maybe deserialize to zero, but I don't think there's a good reason to store this information here.

@dsherret dsherret merged commit 019728c into denoland:main Oct 8, 2024
16 checks passed
@dsherret dsherret deleted the revert_full_range branch October 8, 2024 10:20
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.

2 participants