Jrson

Results 48 comments of Jrson

> It's already possible to mock things as the test linked below using the experimental Customization Hook API (https://nodejs.org/api/module.html#customization-hooks) This information should be added to the test runner docs. I...

I have the same issue when enabling `minify`. The workaround works for me.

The [denosass](https://deno.land/x/[email protected]) module is not maintained well and lacks many features, but binyamin created [deno-sass](https://github.com/binyamin/deno-sass), a wrapper for [dart-sass](https://github.com/sass/dart-sass), which works flawless (also with @use & @forward).

> I used the deno-sass wrapper created by binyamin. > > And I am still facing Uri.base error. Did you use the synchronous API?

@fkirc after a lot of testing, I can confirm that the `paths_filter` option is working great without a workaround. You should consider the following very relevant statement from the docs...

Having the same issue when language is `sh` or `bash` using version `1.1.3`.

@wilsonzlin thanks for replying. I have tested this locally. The `index.d.ts` for Deno should include the following code: ```ts diff // See comment below /** import type { Buffer }...

If the `d.ts` file needs just to be created I could do a PR?

For me this works with the current version. I'm on Windows 11 with WSL Ubuntu. ```json "php-cs-fixer.executablePath": "${workspaceFolder}/packages/laravel/vendor/bin/php-cs-fixer", "php-cs-fixer.config": "${workspaceFolder}/packages/laravel/.php-cs-fixer.php" ```