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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve usage of postcss-selector-parser #1842

Merged
merged 11 commits into from Apr 12, 2022

Conversation

ota-meshi
Copy link
Member

@ota-meshi ota-meshi commented Apr 11, 2022

This PR followup for #1825.

Also, fixing the linting errors. (Circle CI didn't seem to work well 馃) Fixed #1843
Also, I made a small change in the documentation.

*/
let result = null
while (node) {
if (node.type === 'combinator') {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The component-tags-order rule does not use the combinator, but it does handle the combinator so that it can be used in future changes. It has also been tested.

@ota-meshi
Copy link
Member Author

Circle CI didn't seem to work well 馃

The CI for pull requests from some forks doesn't seem to work. But I don't know the rules. The settings appear to be set to build pull requests from forks as well.

@ota-meshi ota-meshi mentioned this pull request Apr 11, 2022
@ota-meshi ota-meshi force-pushed the component-tags-order-support-query branch from 0b2e7fa to 6c8cc62 Compare April 11, 2022 06:05
ota-meshi and others added 2 commits April 11, 2022 15:38
Co-authored-by: Flo Edelmann <florian-edelmann@online.de>
lib/rules/component-tags-order.js Outdated Show resolved Hide resolved
lib/rules/component-tags-order.js Outdated Show resolved Hide resolved
lib/utils/selector.js Outdated Show resolved Hide resolved
lib/utils/selector.js Outdated Show resolved Hide resolved
lib/utils/selector.js Outdated Show resolved Hide resolved
lib/utils/selector.js Outdated Show resolved Hide resolved
lib/utils/selector.js Outdated Show resolved Hide resolved
tests/lib/utils/selector.js Outdated Show resolved Hide resolved
tests/lib/utils/selector.js Outdated Show resolved Hide resolved
ota-meshi and others added 6 commits April 12, 2022 07:20
Co-authored-by: Flo Edelmann <florian-edelmann@online.de>
Co-authored-by: Flo Edelmann <florian-edelmann@online.de>
Co-authored-by: Flo Edelmann <florian-edelmann@online.de>
Co-authored-by: Flo Edelmann <florian-edelmann@online.de>
@ota-meshi
Copy link
Member Author

Thank you for checking this PR.
I changed this pull request. So please check it again?

Copy link
Member

@FloEdelmann FloEdelmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Thanks!

@ota-meshi ota-meshi merged commit 1e375bc into master Apr 12, 2022
@ota-meshi ota-meshi deleted the component-tags-order-support-query branch April 12, 2022 23:12
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.

None yet

2 participants