Kevin Ross

Results 154 comments of Kevin Ross

We refactored all of our internal code and removed default exports almost two years ago. It was a positive change and identified export name conflicts easily (coupled with `export *...

> I don't understand how named exports ensure a unique name across the codebase Try exporting duplicate names, your tooling will pick it up and fail the build e.g. tsc...

Temporary fork published: https://github.com/rosskevin/gltfjsx `@rosskevin/gltfjsx` I hope this is a temporary package and https://github.com/pmndrs/gltfjsx/pull/286 is accepted, but I've got to move on and start using it in a production/published environment.

I PR'd the fix to https://github.com/azz/get-monorepo-packages/pull/12

PR was accepted, we just need a bump `get-monorepo-packages` and a patch release for `auto` and libraries.

@ghiscoding I don't have lerna directly in my stack, only lerna-lite, so perhaps `auto` or a dep is including it. Regardless, any new install will work since my PR was...

@hipstersmoothie or @adierkens will you please approve workflow and release this as a patch? It's affecting all of our monorepos. I PR'd the fix with tests to `get-monorepo-packages`, it was...

Nevermind, sorry for tagging you! I just noticed the version specifier isn't restrictive, so yarn automatically picked up the latest `get-monorepo-packages`. This still needs done, just no hurry.

@donmccurdy @drcmda I have performed a cursory review of all PRs and issues that I believe this closes, and linked them so the merging of this PR will auto close...