Miles Johnson

Results 706 comments of Miles Johnson

Interesting. The lookup is simply `require.resolve()`, so I'm curious if Y2 has limitations around that. https://github.com/milesj/boost/blob/master/packages/common/src/PathResolver.ts#L71 Will check, thanks.

@merceyz Honestly, that's just absolutely mental. All these other libs can't possibly be using `paths` to solve this.

Migrated to v2 in node module mode: https://github.com/beemojs/beemo/pull/130 Will test PnP in a follow-up.

Tried PnP but will require a handful of changes upstream in Boost, so may be a while.

Making some progress here: https://github.com/beemojs/beemo/pull/140

@moltar Thanks for your interest in this project! > Do you have any guidance for creating custom drivers? I haven't gotten around to writing the docs (no one has requested...

@domoritz Is this related to the Yarn stuff?

@niieani I agree, but I'm not sure what the config would look like for consumers. When configuring the drivers, it must be a file system path or a node module,...

@niieani I'd rather not. When fs paths are used, it's not apparent where they would resolve from. Cwd? Parent dir? Config module? Supplying absolute paths is typically the path of...

@bradley-r-martin Where are you creating the file and what're the contents?