Sam A. Horvath-Hunt

Results 399 comments of Sam A. Horvath-Hunt

I started seeing this error once I changed `moduleResolution` from `Node10` to `Bundler`. It looks like others have been affected by this error too: https://github.com/firebase/firebase-js-sdk/issues/7279

`"module": "preserve"` fixes this issue with `"moduleResolution": "bundler"` for me.

I've started seeing Faker v6 be unable to build OOTB in bundlers ranging from Rsbuild to Vite, making this issue particularly frustrating.

I think most tooling besides Webpack doesn't support that syntax. `:global(.sample) {}` works instead.

For key reordering context there's https://github.com/unsplash/intlc/issues/46. It didn't matter to us when we were in early development, but it's a reasonable request, along with not adding previously absent keys. I'd...

Here's a small repro: https://git.sr.ht/~samhh/effect-lib-dom-repro/ `@types/node` isn't enough to typecheck Effect, though Node as a platform does support `Stream`. Possibly this is an upstream issue as the package does include...

Edit: This comment makes no sense, ignore it. I'm not sure exiting is desirable in this case. If you have a linter for example running in watch mode it makes...

I completely glazed over the word "persistent". 🤦

I've updated our (pnpm) monorepo to `7.0.0-dev.20251204.1` and, though I'm seeing fewer of these errors, there are still _many_ of them giving 200 total type errors where tsc has none....