css-select
css-select copied to clipboard
a CSS selector compiler & engine
- Currently css-select module throws since there is no definition for the lang pseudo selector present - Adding implementation for lang pseudo selector which simply delegates to the attribute equality...
First of, select two elements. First - any. Second - child of the first element. Then, just run SelectAll on this array. Array (as any of js objects) passed by...
Bumps [prettier](https://github.com/prettier/prettier) from 3.2.2 to 3.2.4. Release notes Sourced from prettier's releases. 3.2.4 Fix .eslintrc.json format #15947 🔗 Changelog 3.2.3 Format tsconfig.json file with jsonc parser #15927 🔗 Changelog Changelog...
The node stack in query methods is now an array of arrays.
Hey there. I'm working in an environment where we're actually loading `cheerio` into a bundle (bananas, right? it's sane, trust me™️) and we're bundling with Vite. Unfortunately, we're running into...
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.6.0 to 2.1.0. Release notes Sourced from dependabot/fetch-metadata's releases. v2.1.0 What's Changed Relax engine-strict=true by @jeffwidman in dependabot/fetch-metadata#510 Handle branch names containing hyphen separators by @tspencer244 in...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.21.0 to 7.7.1. Release notes Sourced from @typescript-eslint/parser's releases. v7.7.1 7.7.1 (2024-04-22) 🩹 Fixes eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment (#8800) eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's...
```CSS .my-thing:has(:focus-visible) ``` Is being reported as ```SH .my-thing:has() -> Empty sub-selector ```
Currently getting: ```SH :lang(ja) -> Unknown pseudo-class :lang ``` https://caniuse.com/mdn-css_selectors_lang
Bumps [prettier](https://github.com/prettier/prettier) from 3.2.4 to 3.2.5. Release notes Sourced from prettier's releases. 3.2.5 🔗 Changelog Changelog Sourced from prettier's changelog. 3.2.5 diff Support Angular inline styles as single template literal...