Skip to content

Latest commit

 

History

History

fs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@bestest/fs

Internal File System mechanism of Bestest benchmarking tool. It may use either memory-only files, or fallback to root FS. It allows also to set-up public path for files - it's needed to set-up server to serve static files for browser.

Changelog

  • 1.1.0 (on 2019-08-13): replace memory-fs with memfs, which has more features covered; add method to create native fs replacement
  • 1.0.3 (on 2019-08-09): handle trailing slashes in publicPathPrefix option
  • 1.0.1 (on 2019-08-09): expose memory-only FS and add public path prefix for configuration
  • 1.0.0 (on 2019-08-09): initial version