gulpjs / liftoff

Launch your command line tool with ease.
MIT License
840 stars 52 forks source link

Breaking: Utilize evented-require and emit-mapper modules to remove this.requireLocal #105

Closed phated closed 2 years ago

phated commented 5 years ago

@sttk this is an example of how I plan to combine emit-mapper and evented-require to clean up some of the implementation of this module. I also hope to expand this to rechoir so we have a unified API for loading modules.

phated commented 5 years ago

I thought this would be easy to adapt to rechoir but I'm having some troubles with the API. I might need to think about these APIs a little more.

phated commented 4 years ago

cc @trysound this is the big blocker but the API didn't work out

phated commented 2 years ago

Closing this, as I believe that we want to replace all/a lot of this logic with a new implementation of rechoir that includes support for node's --loader flag (ref https://github.com/gulpjs/rechoir/issues/43)