to-absolute-glob icon indicating copy to clipboard operation
to-absolute-glob copied to clipboard

fix: Resolve ../ at the beginning of globs

Open phated opened this issue 1 year ago • 3 comments

This builds upon my changes in #21 and ensures support for any number of ../ at the beginning of a glob.

Since I had just resolved the escape characters and the ./ issue, it was apparent to me as I was managing the gulp 5 backlog that these issues would also need to be resolvedin to-absolute-glob: https://github.com/gulpjs/gulp/issues/2211, https://github.com/gulpjs/vinyl-fs/issues/312, and https://github.com/gulpjs/vinyl-fs/issues/306

phated avatar Nov 21 '22 22:11 phated