filerjs / filer

Node-like file system for browsers
BSD 2-Clause "Simplified" License
617 stars 154 forks source link

Issue #654 working on adding feature fs.watchFile() #748

Open andrewkoung opened 5 years ago

andrewkoung commented 5 years ago

Just putting a PR up of my current progress. Feel free to let me know if there could be improvements as I go.

codecov-io commented 5 years ago

Codecov Report

Merging #748 into master will decrease coverage by 17.72%. The diff coverage is 88%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #748       +/-   ##
===========================================
- Coverage   86.88%   69.16%   -17.73%     
===========================================
  Files          16       16               
  Lines        1739     1764       +25     
===========================================
- Hits         1511     1220      -291     
- Misses        228      544      +316
Impacted Files Coverage Δ
src/filesystem/interface.js 84.12% <88%> (-9.17%) :arrow_down:
src/shell/shell.js 5.83% <0%> (-82.5%) :arrow_down:
src/shell/environment.js 22.22% <0%> (-77.78%) :arrow_down:
src/fs-watcher.js 23.07% <0%> (-69.24%) :arrow_down:
src/filesystem/implementation.js 78.69% <0%> (-5.44%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4aae538...babe89c. Read the comment docs.