filer/src
Harsh Patel 701849eb5a Fixed #707 Replaced var with const and let and added strict mode (#712)
* Fixed #707 Replaced var with const and let and added strict mode

* Fixed src/fs-watcher.js and changed remaining var to let

* Changed src/fs-watcher.js file to use const instead of let at line 52 and 57
2019-01-31 20:20:56 -05:00
..
filesystem Remove src/encodings.js, use Buffer methods instead (#657) 2019-01-03 10:46:31 -05:00
providers Add test API to shim indexedDB when necessary for better coverage 2019-01-03 00:08:22 -05:00
shell updated environment.js to use const insted of var for constant property (#709) 2019-01-31 15:32:57 -05:00
constants.js Remove duplicate stat.h constants defined in constants.js 2018-12-12 22:24:11 -05:00
directory-entry.js Switch from MODE_* to NODE_TYPE_* 2018-07-14 10:02:29 -04:00
errors.js Fix for issue #561 - Extend fs.access to support R_OK, W_OK, and X_OK (#601) 2018-12-03 23:08:40 -05:00
fs-watcher.js Fixed #707 Replaced var with const and let and added strict mode (#712) 2019-01-31 20:20:56 -05:00
index.js Add Filer.fs to support creating a filesystem like node.js (#651) 2019-01-02 21:21:25 -05:00
node.js Refactor Node to support layout changes with backwad compatibility 2018-12-18 11:04:13 -05:00
open-file-description.js Refactor Node to support layout changes with backwad compatibility 2018-12-18 11:04:13 -05:00
open-files.js Move open files to its own module, properly close fds in tests 2018-12-29 15:11:39 -05:00
path.js Fix #597: use built-in path-browserify via Parcel vs. our own path.js 2018-12-03 16:39:04 -05:00
shared.js Fix #633: fix test failure in coverage run 2018-12-20 19:00:39 -05:00
stats.js Issue #86: Added support for Unix Timestamps 2018-12-14 23:58:42 -05:00
super-node.js Switch from .mode to .type on nodes 2018-07-14 10:02:29 -04:00