Skip to content

Fix CustomAtRule.loc type#876

Merged
devongovett merged 1 commit intoparcel-bundler:masterfrom
sapphi-red:fix/custom-at-rule-loc-type
Jan 9, 2025
Merged

Fix CustomAtRule.loc type#876
devongovett merged 1 commit intoparcel-bundler:masterfrom
sapphi-red:fix/custom-at-rule-loc-type

Conversation

@sapphi-red
Copy link
Copy Markdown
Contributor

Location type does not have source_index property and Location2 type have that.
CustomAtRule.loc was typed as Location, but the actual value had source_index property.
This PR changes the type of it to Location2.

@devongovett devongovett merged commit 8b49805 into parcel-bundler:master Jan 9, 2025
@sapphi-red sapphi-red deleted the fix/custom-at-rule-loc-type branch January 9, 2025 05:48
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