Simen Bekkhus
Simen Bekkhus
I think this change broke something in how dedenting works when passing a multiline string in `@vanilla-extract/css`. ```ts import { createGlobalTheme } from "@vanilla-extract/css"; const vars = createGlobalTheme(":root", { focusWithin:...
Fair enough 😀 https://github.com/vanilla-extract-css/vanilla-extract/issues/1405
I'm not a maintainer, user or consumer of this project
(just rebased after #12636, I'm not currently planning to work on this)
Green! 🎉
On my machine this shaves off about 10% when running `yarn jest packages/expect` in this repo. `main`: ``` Time (mean ± σ): 3.457 s ± 0.351 s [User: 4.286 s,...
Since we use `exports` I'm thinking this is not a breaking change. If people wanna use something internal that's not exposed we can revisit (and either revert until Jest 30...
A full test run on my machine goes from ~88 seconds to ~73 seconds (without transform cache). Promising 🙂
Happy to produce sourcemaps, but it breaks some tests with filenames in the snapshots. Probably worth it?
Yep. Debugging is broken due to using workers, I think. https://github.com/jestjs/jest/pull/14085#issuecomment-1689988616