Skip to content

fs: add --fs-url-strings option

The --fs-url-strings option allows the fs API to use file:// URL strings as paths. The reason it is a flag is because supporting file:// URL strings without the flag would be semver-major. This gives us a semver-minor option that can be opted into.

/cc @MylesBorins

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading