You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Everything below vinyl-fs expects globs to use
/
instead of\\
(since\\
is for escaping). However, I believe both the latest major versions ofvinyl-fs
andglob-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.The text was updated successfully, but these errors were encountered: