Sean Matheson

Results 223 comments of Sean Matheson

Interesting, thanks for tracking the updates @strues

@strues so I believe the original intention of ignoring modules was because webpack understands es modules and we wanted webpack to do any possibly optimisations it could (dead code elimination...

It's a common enough request that perhaps we should put something like @bradennapier's suggestion into the FAQ section?

Hmmm, interesting. Wonder if this is a behaviour issue with polyfill.io. TBH we have had quite a few polyfill related issues. My opinion is beginning to lean towards using babel-present-env...

Understand it's annoying, but I don't want to introduce hacks around this. Let's update the FAQ though.

Thanks for the heads up. Will look into this

Hey @bradennapier Thanks for taking this on. I am happy with the `monitorPosition` changes but I am wondering about your motivation for the `sizePassThrough` prop?

And... I have just read your first PR notes. Hmmm interesting case. I wonder if this should be considered on `react-sizeme`. I would like to take some time to consider...

I'd strongly suggest using a [Lerna](https://github.com/lerna/lerna) based monorepo strategy coupled with [Yarn workspaces](https://classic.yarnpkg.com/en/docs/workspaces/) for this. It'll save you massive pain in managing a development, versioning, and publishing strategy for your...

It would also be great if the plugin would take annotations into account. :) e.g. ``` function foo(bar: Annotation) { ... } ``` Doing a rename of `bar` includes the...