-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
🏗 Collect z-index from JS files #32847
Conversation
4e44c8e
to
43d7f02
Compare
* @param {string=} cwd | ||
* @return {Object} | ||
*/ | ||
async function getZindexChainsInJs(glob, cwd = '.') { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would this still work for references or does the value have to be on the call site? (apologies, still trying to read through the code)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It will not follow references.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we have any lint rules to enforce it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No. I haven't encountered it so far.
5cf5240
to
3f7747f
Compare
9c72e66
to
36696d7
Compare
… report progress as we go
febc7af
to
27561b5
Compare
z-index
can be set on JS files:This allows
gulp get-zindex
to collect these instances.List is also now formatted with link.