Mateusz Kadlubowski

Results 21 issues of Mateusz Kadlubowski

First of all, thank you for this plugin! It helps me to pay attention to small details, which can affect accessibility. I am using [PostCSS preset env](https://github.com/csstools/postcss-preset-env). One of the...

This issue has been already raised on VSCode repository [#28459](https://github.com/microsoft/vscode/issues/28459) and on its own CSS language server [#156](https://github.com/microsoft/vscode-css-languageservice/issues/156). Since then, there was no progress in this case. So, I thought...

wontfix

# Purpose It supports another JavaScript runtime, a rising star - [bun]. Shortly, I added a new variable, `isBun`, which detects if the `Bun` is defined and its property -...

This is another separate PR which adds support for an alternative, lightweight DOM emulator - [`happy-dom`] As per the official repository of `happy-dom` Discussions, there was a question added about...

Hi, I love using your package to improve my workflows. Thanks for it! While coding something new, I found a few typing issues, so I thought of immediately fixing them....

Resolves #226 #### Checklist - [x] run `npm run test` and `npm run benchmark` - [x] tests and/or benchmarks are included - [ ] documentation is changed or added -...

Hi, thank you for this fantastic tool :heart: In the version `3.3` of Tailwind CSS, they added a support for [ESM and TypeScript config](https://tailwindcss.com/blog/tailwindcss-v3-3#esm-and-typescript-support). I've changed my config to ESM,...

# What is the purpose of this Pull Request? It resolves the issue where the types defined in your project cannot be imported. I noticed it when trying to make...

## Dependencies Requires #181 to be merged first. ## Objectives ### Support for legacy components for backward compatibility: 1. [``](https://github.com/storybookjs/addon-svelte-csf/blob/main/src/components/Meta.svelte) - [x] codemod - `` to `defineMeta` & insertion into...

enhancement
help wanted
minor
prerelease

I'm creating a package - [`svelte-ast-print`](https://github.com/xeho91/svelte-ast-print), which under the hood uses this awesome package. Thank you for it! 🙏 I'm attempting to achieve a momentum where I can [support TypeScript](https://github.com/xeho91/svelte-ast-print/issues/86)...