Victorien Elvinger
Victorien Elvinger
I raised the issue on to the folks in charge of CSS specification. See https://github.com/w3c/csswg-drafts/issues/11005 In the meantime, I think we can accept these emojis because they are already allowed...
I think we can set this task for Biome 2.0 because this will require a breaking change.
We should completely separate EditorConfig globs from Biome globs. Regarding Biome globs and the future `includes` field, I think we should stick with a minimal feature set for our globs:...
Closing because it is no longer relevant since we have two separate implementations: one for globs used in the Biome configuration and one for Editorconfig globs that supports `{a,b}` patterns.
Node.js has published a [user land package](https://github.com/nodejs/node-core-test) for `node:test`. Bun could use this to support `node:test`. Not sure how much work this requires to make it compatible with the `bun...
> Would require deep support for async_hooks Even if `node:test` could be just a wrapper around `bun:test`? I think it is what Deno is doing because running `deno test` is...