isomorphic-git / lightning-fs

A lean and fast 'fs' for the browser
MIT License
476 stars 47 forks source link

Fix for handling symlinks to http-backed files #36

Closed fuzzyTew closed 4 years ago

fuzzyTew commented 4 years ago

Symlinks to backed files previously failed to read. EDIT: This PR adds a path.resolve function to resolve chains of relative pathnames. The force push removed some unneeded changes to testfiles so the diff is cleaner.

billiegoose commented 4 years ago

Thanks for your patience! I think I've got my CI configured "properly" now: There's one pipeline for PRs (with not-so-secret environment variables, like SauceLabs access key) and a separate pipeline for master that has the npm publishing key. 👍

isomorphic-git-bot commented 4 years ago

:tada: This PR is included in version 3.4.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: