Roaders / ts-command-line-args

A typescript wrapper for command-line-args that allow you to generate config from existing TS interfaces
26 stars 11 forks source link

Fix path/URI conversion (SO 77980517) #45

Closed CherryDT closed 4 months ago

CherryDT commented 4 months ago

Fixes incorrect path-to-URI conversion as part of move to ESM modules.

See explanation at https://stackoverflow.com/questions/77980517/having-trouble-using-readfilesync-with-esm-modules-on-nodejs/77982126#77982126