StarlingMonkey icon indicating copy to clipboard operation
StarlingMonkey copied to clipboard

Refactor path resolution

Open guybedford opened this issue 8 months ago • 0 comments

I believe the plan is to implement a Node.js-compatible resolver in StarlingMonkey, and if we are going to do this we should ensure the path handling logic is robust.

Refactoring the current path resolution to avoid the use of new could be a first step. We could also look at using std::filesystem::path in the implementation as well.

guybedford avatar May 27 '24 19:05 guybedford