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(macro): improve webref/css v6.x.x upgrade implementation #9743

Closed
wants to merge 1 commit into from

Conversation

OnkarRuikar
Copy link
Contributor

Summary

The changes made in #9621 were not sufficient to upgrade to version 6.x.x. The structure has changed drastically so major rework is needed.

Details

The entire implementation of syntax retrieval from @webref/css has been done in query-css-syntax package. This helps other @webref/css users and will ensure easy maintenance.

Testing

The code has been tested using strategy mentioned in this discussion. yarn build at @webref/css v5.4.4 was compared with build using this code at v6.7.1. Apart from small changes in some syntaxes and and addition of new syntaxes all the pages rendered same.

@github-actions github-actions bot added dependencies Pull requests that update a dependency file macros tracking issues related to kumascript macros labels Sep 28, 2023
@github-actions github-actions bot added the merge conflicts 🚧 Please rebase onto or merge the latest main. label Oct 18, 2023
@github-actions
Copy link
Contributor

This pull request has merge conflicts that must be resolved before it can be merged.

@github-actions github-actions bot added the idle label Jan 24, 2024
@OnkarRuikar OnkarRuikar closed this May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file idle macros tracking issues related to kumascript macros merge conflicts 🚧 Please rebase onto or merge the latest main.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Formal syntax isn't expanding out all types
1 participant