Christian Svensson

Results 34 comments of Christian Svensson

No problem! We're currently dynamically loading polyfills if we detect they are required, so we do something similar to this (but with several different checks and polyfills bundled together): ```ts...

The last commit to this project was almost 3 years ago. I think it's unlikely that any PR will be merged. ![image](https://user-images.githubusercontent.com/8770194/139267444-490125fb-7fa7-483b-91e0-47247275a186.png) https://github.com/juggle/resize-observer could be an alternative. It seems to...

We internally use a helper function to do this, but we just use a simple string as return value. This because we are shimming `::part()` for older browsers. ```js export...

@trotzig We're currently using gitlab.com. Small disclaimer, I was just researching which options are available, since we're thinking about adopting Storybook for our components. I came upon Happo at [here](https://storybook.js.org/docs/testing/automated-visual-testing/#libraries-and-services-with-storybook-integration),...

@gfx I agree, I just upgraded to Node v12, and `node-pre-gyp` was missing pre-builts for that version, and I spent way too long to try to make `node-gyp` build without...

This issue is not only for browsers. Node v14 has unflagged native ESM modules, and v14 is nearing LTS release. It would be cool if RxJS was to work with...

Alright, thanks for your response! RxJS is indeed a large project with many different build targets. It's nice to hear that it's under consideration ✌

My error message looks slightly different: ``` DeprecationWarning: Use of deprecated folder mapping "./" in the "exports" field module resolution of the package at C:\...\node_modules\tslib\package.json. Update this package.json to use...

The https://github.com/whatwg/streams/pull/1145 PR has now been merged. Is this PR now unblocked, or does this require V8/Deno updates before STD can be updated?

Nevermind, sorry. Saw there is work on this in https://github.com/denoland/deno/pull/20849.