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

Fix bundling to remove token references right after parsing #146

Merged
merged 3 commits into from
Nov 3, 2023

Conversation

jeparlefrancais
Copy link
Contributor

@jeparlefrancais jeparlefrancais commented Nov 3, 2023

Closes #145

This change shifts the removal of token references to be immediately after parsing instead of being after applying the block into the bundled file.

  • add entry to the changelog

Copy link

github-actions bot commented Nov 3, 2023

Coverage after merging fix-bundling-token-references into main will be

87.18%

Coverage Report for Changed Files
FileStmtsBranchesFuncsLinesUncovered Lines
src/rules/bundle/path_require_mode
   mod.rs89.35%100%94.74%88.93%100–102, 119–121, 125–127, 129, 179, 205–207, 222–224, 234–236, 258, 294–297, 323, 35

@jeparlefrancais jeparlefrancais merged commit 57e515d into main Nov 3, 2023
@jeparlefrancais jeparlefrancais deleted the fix-bundling-token-references branch November 3, 2023 14:29
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.

Unable to remove token references when bundling
1 participant