Jacob Adach
da1aad5667
fixes issue #667 ( #678 )
...
* fixes issue 667: Update code in tests/some/fs.write.spec.js to use const/let AND strict mode
* fixes issue 667: Update code in tests/some/fs.write.spec.js to use const/let AND strict mode
* changed let to const for variables pointing to required function
* switched a few variable lets to const in file fs.write.spec.js
* switched a few variable lets to const in file fs.write.spec.js
* added package-lock.json file
* changed variables let to const
2019-02-01 20:53:12 -05:00
Violet-XiaoWeiHuang
05057c45d2
Fix ssue #692 : Update code in filer/tests/spec/time-flags.spec.js ( #696 )
...
* installed npm
* modified time-flags.spec.js
* Update code to use const/let instead of var
* update the variable type from let to const
* add Strict mode
* review fixed
2019-02-01 15:04:15 -05:00
Rachael Scotchmer
4ba9eded4c
Fix Issue 684: Replace var with const, let in filer/tests/spec/filer.buffer.spec.js ( #697 )
...
* refactored code in tests/spec/filer.buffer.spec.js
* reverted changes to package-lock.json which shouldn't have been changed
* updated package-lock.json
* trying to fix bug
* roll back changes to package-lock.json, change lets to consts in filer.buffer.spec.js, added new line at the end of filer.buffer.spec.js
2019-02-01 12:45:54 -05:00
Woosle Park
8eaaeeed17
Fix issue #681 : Updated filer/tests/spec/filer.filesystem.spec.js ( #695 )
...
* issue 681 fix
* issue 681 revision
* issue 681 revision v2
2019-01-31 20:23:57 -05:00
Brandon Wissmann
3b4bf42604
Fixes #662 : exchange var for const of require statements in src/filesystem/interface.js ( #668 )
...
* exchange var for const of require statements
Changed decleration of import files from var to const in interface.js
* Fixed all areas where var was used as well as use destructing assignment for CONST imports.
* Fixed import const statement
* Added changes from let to const in certain lines
2019-01-31 20:22:46 -05:00
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
DavidLi119
87513997a2
Fixed #708 : Added 'use strict' and replaced var with let/const in fs.appendFile.spec.js ( #713 )
...
* Add files via upload
* Add files via upload
* Revert "Add files via upload"
This reverts commit 214977d8bf
.
* Update fs.appendFile.spec.js
* s
* Revert "s"
This reverts commit 8aa5cbbbd6
.
* Changed all `let` to `const`
As informed, all variables will not change at all in this file, therefore all `let` declarations have been changed to `const`
2019-01-31 18:42:50 -05:00
bonbon12
1e660a9d07
Fixed #699 Replacing var with let/const and adding strict mode ( #706 )
...
* Updated File to use let/const and strict mode
* Update path-resolution.spec.js
* Updated path-resolution.spec.js
Upon review and further inspection, there was a realization that there was need for the "let" variable as all variable were not modified.
Instead, "const" was used.
2019-01-31 16:42:38 -05:00
Iryna Thompson
3f619fdcb8
Fixed #665 : Replaced var with let or const and added strict mode fs.a… ( #688 )
...
* Fixed #665 : Replaced var with let or const and added strict mode fs.access.spec.js
* Replaced let with const
* Replaced all let with const
2019-01-31 16:08:19 -05:00
Vincent Logozzo
43bba422d9
fixed Issue-689 indexedDB.js ( #700 )
...
* CRLF replaced with LF
* package changes to run tests
* updated local varriables to use let and const instead of var
* reverted dependency changes
2019-01-31 15:40:09 -05:00
Priyam Brahmbhatt
7e46fcde8f
updated environment.js to use const insted of var for constant property ( #709 )
...
* updated environment.js to use const insted of var for constant property
* Added use strict
2019-01-31 15:32:57 -05:00
OlenaVyshnevska
fc545ee3c7
code refactoring, added strict mode ( #704 )
2019-01-31 15:25:57 -05:00
Yuansheng Lu
e5481efa9b
Fix issue #660 : Updated the code to replace var with let, const in strict mode ( #694 )
...
* Modify the test file to fix issue-660
* change let to const
2019-01-31 15:11:07 -05:00
Vladimir Rozin
5918cf6ae7
changed fs.watch.spec.js according to filed issue-666 ( #680 )
2019-01-31 14:12:08 -05:00
jatinkumar
0380a8153c
Fixed #667 : Replaced var with const and added strict mode in fs.readdir.spec.js ( #675 )
...
* Replaced var with either const or let and added strict mode in fs.readdir.spec.js
* Replaced let with const
2019-01-31 14:07:31 -05:00
Nathaniel Ngo
4a39dcc2f0
Fixes Issue#674: Refactored var declarations to const or let declarations to address i… ( #676 )
...
* Refactored var declarations to const or let declarations to address issue#674
* refactored let to const when variable does not change values
2019-01-31 14:00:48 -05:00
andrewkoung
4de0bbfafd
Fixes #661 : replaced var with const ( #669 )
...
* replaced var with const for the most part
* Update fs.symlink.spec.js
fixed line 93 and added strict mode
2019-01-31 13:52:39 -05:00
David Humphrey
26b47ee094
Remove src/encodings.js, use Buffer methods instead ( #657 )
2019-01-03 10:46:31 -05:00
David Humphrey
5f10cc2fde
Add test API to shim indexedDB when necessary for better coverage
2019-01-03 00:08:22 -05:00
David Humphrey
4e9593f5e8
Bump license date to reflect 2019 activity
2019-01-02 23:20:41 -05:00
David Humphrey
01d76ba0df
Update keywords to remove WebSQL
2019-01-02 23:20:19 -05:00
David Humphrey
dd7536827b
Release 1.1.0
2019-01-02 23:12:19 -05:00
David Humphrey
c6e1d51612
Reorder method order to match node's lib/fs.js, document missing
2019-01-02 23:09:47 -05:00
David Humphrey
c0acdb97d6
Match node's layout for access modes on fs, with tests
2019-01-02 22:23:58 -05:00
David Humphrey
f4ff2e9ed9
Add Filer.fs to support creating a filesystem like node.js ( #651 )
...
* Add Filer.fs to support
* Update README code examples, add tests, also expose Path as path
2019-01-02 21:21:25 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
85a8c21dc1
Support file:// URLs and Buffers for path args, throw when invalid
2019-01-02 19:46:36 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
9c13a2d248
Update package-lock.json
2019-01-02 18:08:27 -05:00
David Humphrey
1ad81f9bae
Remove WebSQL provider (last supported in v0.0.44)
2019-01-02 13:22:51 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
bc861bfd4a
Move open files to its own module, properly close fds in tests
2018-12-29 15:11:39 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
11c91acdcf
Move device name off fs and onto context
2018-12-29 15:11:39 -05:00
David Humphrey
ace4222a82
Update npm deps
2018-12-22 17:24:10 -05:00
David Humphrey
7301024382
Fix #646 : add tools/get-filer-version.js to find old Filer versions
2018-12-22 01:02:04 -05:00
David Humphrey
6ec8cd6191
Fix #612 : add way to run tests in node, fix docs on running tests
2018-12-21 23:44:59 -05:00
David Humphrey
52baa2523d
Release 1.0.2
2018-12-21 23:09:29 -05:00
David Humphrey
d4bfcd71c2
Fix #602 : fix mode masking issues, correct X_OK case in fs.access
2018-12-21 23:07:33 -05:00
David Humphrey
4f427ed8d7
Update package-lock.json
2018-12-21 22:04:07 -05:00
David Humphrey
22731267a9
Update README for changes in 1.0.x
2018-12-21 15:28:58 -05:00
David Humphrey
9cb4ff7c0a
Release 1.0.1
2018-12-21 14:47:00 -05:00
David Humphrey
3dea503289
Include src/ and lib/ in npm package
2018-12-21 14:45:15 -05:00
David Humphrey
909a66efd7
Release 1.0.0
2018-12-21 14:33:38 -05:00
David Humphrey
ea236cf43b
Fix what we ship in dist/ to match current build
2018-12-21 14:22:25 -05:00
David Humphrey
f053c738b8
Fixes to release-it config and npm files
2018-12-21 14:15:45 -05:00
David Humphrey
3afbcca8b3
Fix env.sample format
2018-12-21 13:56:29 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
b4c3d1f1ae
Remove old config/ dir used by grunt
2018-12-21 13:32:29 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
3f400d17bf
Add release-it, config, docs, remove gruntfile.js
2018-12-21 13:32:29 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
1f3b9e79bf
Add .npmignore to slim down npm package
2018-12-21 13:32:29 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
bfe4385a83
Fix #633 : fix test failure in coverage run
2018-12-20 19:00:39 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
5cc21c72fb
Fix #639 : run tests on Linux and Mac
2018-12-20 18:17:34 -05:00
Julia Yatsenko
9f7f93776e
fix #635 : added test for fs.ftruncate()
2018-12-20 15:07:17 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
69758613db
Stop npm from spamming on test failures
2018-12-18 11:24:41 -05:00