Simon Legner
Simon Legner
https://eslint.org/blog/2025/02/eslint-css-support/ https://github.com/eslint/css ``` $ eslint . /Users/simon/src/Leaflet/dist/leaflet.css 23:2 warning Property 'user-select' is not a widely available baseline feature css/use-baseline 228:2 warning Property 'outline' is not a widely available baseline feature...
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_nesting https://developer.mozilla.org/en-US/docs/Web/CSS/Nesting_selector > Baseline 2023: Since December 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. Prepared this...
Also add `.editorconfig` for auto configuration of almost all editors – https://editorconfig.org/ See https://github.com/Leaflet/Leaflet/discussions/7729#discussioncomment-1577098
### Self-service - [ ] I'd be willing to implement a fix ### Describe the bug `yarn add @eaws/[email protected]` works. `yarn add @eaws/[email protected]` fails with "EISDIR: illegal operation on a...
This allows users of this library to import the TypeScript source files, and perform compilation and minification with their own settings. In https://github.com/simon04/eaws-bulletin-map/commit/5f75aef08976a565c9002ff4c7a9fc570d10cc78 this resulted in a 6kB smaller bundle:...
### Expected Behavior Follow-up for #690, but for `Serializer` instead of `Deserializer` 1. Define `Serializer` 2. Serialize `List` 3. Serialize `List` ### Actual Behaviour 1. Define `Serializer` 2. Serialize `List`...
Added implementation URLs for Bun, Chrome and Node.js support.