m-shaka
m-shaka
Hi. I want to generate string that matchs regex `\\w`, but generated string contains obviously too many Underscores. Does `java.util.Random`'s unevenness cause this? The following is sample code. (I'm Sorry,...
I removed the hard-coded version and passed package.json's version Note: `"resolveJsonModule": true` works because `esModuleInterop` is true
fix #248
### Description I was having trouble with exporting emulator data when I ran an emulator with Docker. It was really hard to find the reason, but I finally found it:...
Hi. `JSON.parse(JSON.stringify({a: ["foo", undefined]}))` is `{a: ["foo", null]}`, so `Jsonfify` should be `(string | null)[]` - [ ] Docs - [x] Tests Testing Strategy: typecheck test
Hi. Now `await hasGlobalInstallation(...)` returns `true` or raise an error. I think it's better to return `false`
`Jsonify` doesn't handle correctly union type with undefined in array. You get `[1, null]` from `JSON.parse(JSON.stringify([1, undefined]))`. Like tuple type, `Array` should be converted to `Array`
### Describe the solution Node.js polyfill of `readFileSync` is not yet implemented, but [email protected] uses `readFileSync`. https://github.com/vitest-dev/vitest/blob/6b29f3ddc86060cf3265959d4ae32e90b186cb92/packages/vitest/src/runtime/execute.ts#L110 It's a barrier to supporting [email protected]. Is there any problem with implementing it?...
I'm literally new to happy-dom and 100% **not** sure if this does work, but it seems like happy-dom can handle `@font-face`. If I made mistakes, please fix them. close #1441
## What kind of change does this PR introduce? Fix #914 ## Additional context As I posted here, this won't work on Node.js