vinyl-fs icon indicating copy to clipboard operation
vinyl-fs copied to clipboard

Remove normalization of file paths into globs

Open phated opened this issue 1 year ago • 0 comments

Everything below vinyl-fs expects globs to use / instead of \\ (since \\ is for escaping). However, I believe both the latest major versions of vinyl-fs and glob-watcher accept \\ in globs.

We should ensure both projects only accept / for globs. This also requires separating globs from file paths in our test constants.

phated avatar Jun 25 '23 23:06 phated