empyrical

Results 16 comments of empyrical

Not sure if my PR has any issues or not (maybe my example is awkward?) In the meantime though you could use the spread operator on arrow funcs to get...

Curious how this is going. If the internal resolver is inappropriate for open source, perhaps I could make an attempt at implementing one. I think this could probably be a...

I think that the first thing that should be done is land an initial set up of a Yarn workspace. It would both reveal possible places internally where things might...

Do you mean, like, moving all platform-specific components into userland instead of splitting them out into platform modules?

I highly agree that the platform suffix should be dropped from the names! 👍 However in some cases a platform will need a completely different implementation of a component/API and...

If there are no objections, I will be revising the proposal to drop the platform suffix from the moved APIs

One approach I was thinking about for this initial monorepo restructuring was a codemod script of some sort - so you don't have to keep rebasing a huge pull request...

Thanks for helping point where to start! I also noticed some relevant TODOs in 'node_worker' that would get resolved by more stable apis for this.

Like - making the `node` command basically just be `node_main.cc` that links against `libnode`? Would be very nice! And would be nice to include CMake, pkgconfig modules for finding libnode...

Oh - I misunderstood. I thought you meant only building `--shared` version of Node, and making the `node` executable you use from the cli just very small executable that links...