Denys Kniazevych

Results 5 issues of Denys Kniazevych

In the next example the hoisting of the `jest.mock` doesn't work: ```js // input import {jest} from "@jest/globals"; import {foo} from './module1.js'; import {bar} from './module2.js'; jest.mock('./module1.js'); ``` ```js //...

Hi, First of all, thank you for the amazing tool! During my attempt to implement a customer visitor to inline "static" CSS variables, similar to the behaviour of [postcss-custom-properties](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties) plugin,...

Hi, thank you for developing this great extension! It would amazing if it could support "Autocomplete" and "Go to definition" functionality for [custom media queries](https://drafts.csswg.org/mediaqueries-5/#custom-mq): ```css @custom-media --small-viewport-max-width (max-width: 767px);...

enhancement

Hi! First of all I would like to say "Thank you" for an amazing library! It's very helpful in RN projects. Do you have any plans to implement the SVG...

enhancement
help wanted
stale