Commit Graph

  • 2f76be52b0 updated let to const Abdirahman Guled 2019-02-13 14:20:14 -0500
  • 7ab6f5e7c6 Update fs.read.spec.js (#741) Adel El Masery 2019-02-12 16:44:21 -0500
  • 0fe53845f3
    Update fs.read.spec.js #741 Adel El Masery 2019-02-12 14:58:58 -0500
  • 9487e8ecc6 Issue 728: Updated 'filer/tests/spec/fs.shell.spec.js' to use 'const/let' instead of 'var' (#730) kwchan19 2019-02-12 14:50:57 -0500
  • e6f8ef2251 Issue #715 Update fs.lstat.spec.js to have proper const and let instead of var and added 'use strict' (#727) hoaianhkhang 2019-02-12 14:49:20 -0500
  • f2201e7a74 Update fs.spec.js to use strict mode and changed var to let (#693) Paul Moon 2019-02-12 14:46:56 -0500
  • fb5527fc8e
    Update fs.read.spec.js Adel El Masery 2019-02-09 17:31:57 -0500
  • 0465a54687 commit Abdirahman Guled 2019-02-08 15:19:02 -0500
  • 32a4b34124 space removed #720 a-deeb 2019-02-08 15:07:35 -0500
  • 3447ec9c8a Updated file for issue #714 (#732) otkach 2019-02-08 15:00:45 -0500
  • fe17870a8f Merge branch 'issue-734' David Humphrey (:humph) david.humphrey@senecacollege.ca 2019-02-08 14:52:57 -0500
  • f4e0dce8d3
    Merge pull request #733 from PriyankaCodes99/issue-685 David Humphrey 2019-02-08 14:42:53 -0500
  • aa6025c2cd commit Abdirahman Guled 2019-02-08 14:27:02 -0500
  • 34e5580a66 changes made as requested #733 Priyanka Dhiman 2019-02-08 11:32:27 -0500
  • c515865fb3 [Issue 734] #735 Aqeel Parpia 2019-02-08 05:46:54 -0500
  • 4887cc725f issue 734 Aqeel Parpia 2019-02-08 05:36:55 -0500
  • 3471848b39 [issue-734] Aqeel Parpia 2019-02-08 05:25:26 -0500
  • 9b3e567dd1 Release 1.1.2 v1.1.2 David Humphrey 2019-02-07 22:54:40 -0500
  • bf18093661 fs.lstat should return a Stats object including mode David Humphrey 2019-02-07 22:36:50 -0500
  • ce68b3bd5e fs.lstat should return a Stats object including mode #740 David Humphrey 2019-02-07 22:36:50 -0500
  • fa3186d322 Release 1.1.1 v1.1.1 David Humphrey 2019-02-07 16:38:32 -0500
  • 8a2e64f9ea Fix #736: use ms vs. s resolution on all times David Humphrey 2019-02-07 16:28:20 -0500
  • 9b496e792f Fix #736: use ms vs. s resolution on all times #739 David Humphrey 2019-02-07 16:28:20 -0500
  • 6fbc69a7b4 Updated file due to review requirements #732 Oleksandr Tkach 2019-02-05 22:29:08 -0500
  • fbdd179923
    Update fs.lstat.spec.js #727 hoaianhkhang 2019-02-05 19:04:02 -0500
  • e33d09160e
    Update fs.lstat.spec.js hoaianhkhang 2019-02-05 18:34:14 -0500
  • a84a77c5c5
    Update fs.lstat.spec.js hoaianhkhang 2019-02-05 18:30:53 -0500
  • 0ec51a198d Fix for issue-670: Changed var to const (#687) Alvin Valdez 2019-02-05 14:38:59 -0500
  • 592bd25336 space removed a-deeb 2019-02-05 14:38:04 -0500
  • 317cee5636 Fix issue #672 : Refactor "filer/tests/spec/fs.mkdir.spec.js" to follow ES6 syntax with "const/let" instead of "var" (#722) Oleksii Polovyi 2019-02-05 14:20:48 -0500
  • 3c51bbb24f Issue-686 - rfs.mkdtemp.spec.js (#717) cmchumak 2019-02-05 18:58:01 +0000
  • b8ba92b5b8 Changed let to const a-deeb 2019-02-05 13:55:15 -0500
  • 9d4b264479 Update errors.spec.js (#718) Arash N 2019-02-05 13:51:29 -0500
  • b5e1d9a82b 'Use strict' @top and updated the file with const/let [issue-702] (#726) Sahib Arora 2019-02-05 13:46:58 -0500
  • aefbf6eadf add file a-deeb 2019-02-05 13:16:04 -0500
  • e643b15c55
    Update fs.spec.js #693 Paul Moon 2019-02-02 08:24:49 -0500
  • da1aad5667 fixes issue #667 (#678) Jacob Adach 2019-02-01 20:53:12 -0500
  • 05057c45d2 Fix ssue #692: Update code in filer/tests/spec/time-flags.spec.js (#696) Violet-XiaoWeiHuang 2019-02-01 15:04:15 -0500
  • 9d8e48d763 review fixed #696 hxw 2019-02-01 14:44:57 -0500
  • 8bcbdbcde5 let changed to const for a local variable, which is constant through out #726 Sahib 2019-02-01 14:27:55 -0500
  • dcb33332c5 changed variables let to const #678 jadach1 2019-02-01 14:12:20 -0500
  • b9530e98b5 added package-lock.json file jadach1 2019-02-01 14:07:38 -0500
  • ebb63b1232 switched a few variable lets to const in file fs.write.spec.js jadach1 2019-02-01 13:49:07 -0500
  • a4039bf029 switched a few variable lets to const in file fs.write.spec.js jadach1 2019-02-01 13:44:39 -0500
  • 4ba9eded4c Fix Issue 684: Replace var with const, let in filer/tests/spec/filer.buffer.spec.js (#697) Rachael Scotchmer 2019-02-01 12:45:54 -0500
  • 6fcc10e7e6 Add .gitattributes to help Windows users with line endings #659 David Humphrey 2019-01-22 11:21:11 -0500
  • 43b72e1ab2 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 #697 rscotchmer 2019-02-01 10:32:30 -0500
  • a155cde0a3
    Update fs.spec.js Paul Moon 2019-02-01 08:28:47 -0500
  • 8eaaeeed17 Fix issue #681: Updated filer/tests/spec/filer.filesystem.spec.js (#695) Woosle Park 2019-01-31 20:23:57 -0500
  • 3b4bf42604 Fixes #662: exchange var for const of require statements in src/filesystem/interface.js (#668) Brandon Wissmann 2019-01-31 20:22:46 -0500
  • 701849eb5a Fixed #707 Replaced var with const and let and added strict mode (#712) Harsh Patel 2019-01-31 20:20:56 -0500
  • 8caf907e6f Added changes from let to const in certain lines #668 trowacat 2019-01-31 19:49:32 -0500
  • ce8011f305 Changed src/fs-watcher.js file to use const instead of let at line 52 and 57 #712 hjpatel16 2019-01-31 19:48:26 -0500
  • 87513997a2 Fixed #708: Added 'use strict' and replaced var with let/const in fs.appendFile.spec.js (#713) DavidLi119 2019-01-31 18:42:50 -0500
  • fdec4b1139 issue 681 revision v2 #695 Woosle Park 2019-01-31 17:43:35 -0500
  • 64ddef10a1 Changed all `let` to `const` #713 David Li 2019-01-31 17:14:22 -0500
  • 8bc47ddf38 Revert "s" David Li 2019-01-31 17:12:41 -0500
  • 8aa5cbbbd6 s David Li 2019-01-31 17:09:43 -0500
  • 1e660a9d07 Fixed #699 Replacing var with let/const and adding strict mode (#706) bonbon12 2019-01-31 16:42:38 -0500
  • 55dd7e50f6
    Updated path-resolution.spec.js #706 bonbon12 2019-01-31 16:36:13 -0500
  • 3f619fdcb8 Fixed #665: Replaced var with let or const and added strict mode fs.a… (#688) Iryna Thompson 2019-01-31 16:08:19 -0500
  • 0f38a4e5c5 Replaced all let with const #688 Iryna Thompson 2019-01-31 15:57:47 -0500
  • 43bba422d9 fixed Issue-689 indexedDB.js (#700) Vincent Logozzo 2019-01-31 15:40:09 -0500
  • 7e46fcde8f updated environment.js to use const insted of var for constant property (#709) Priyam Brahmbhatt 2019-01-31 15:32:57 -0500
  • 428279d472 reverted dependency changes #700 vlogozzo 2019-01-31 15:32:16 -0500
  • fc545ee3c7 code refactoring, added strict mode (#704) OlenaVyshnevska 2019-01-31 15:25:57 -0500
  • e5481efa9b Fix issue #660: Updated the code to replace var with let, const in strict mode (#694) Yuansheng Lu 2019-01-31 15:11:07 -0500
  • 5918cf6ae7 changed fs.watch.spec.js according to filed issue-666 (#680) Vladimir Rozin 2019-01-31 14:12:08 -0500
  • 0380a8153c Fixed #667: Replaced var with const and added strict mode in fs.readdir.spec.js (#675) jatinkumar 2019-01-31 14:07:31 -0500
  • 4a39dcc2f0 Fixes Issue#674: Refactored var declarations to const or let declarations to address i… (#676) Nathaniel Ngo 2019-01-31 14:00:48 -0500
  • 4de0bbfafd Fixes #661: replaced var with const (#669) andrewkoung 2019-01-31 13:52:39 -0500
  • 7cdef6d963 replaced var with let Priyanka Dhiman 2019-01-30 22:27:11 -0500
  • d6ee5425f4 Added use strict #709 Priyam Brahmbhatt 2019-01-30 22:14:52 -0500
  • 1433656528 Replaced let with const Iryna Thompson 2019-01-30 21:16:26 -0500
  • 7892eff70d Updated file for issue 714 Oleksandr Tkach 2019-01-30 20:50:55 -0500
  • 22e9e9f74f
    Update stats.js #687 Alvin Valdez 2019-01-30 19:20:05 -0500
  • 980ee7312b Update stats.js Al Vincent Valdez 2019-01-30 19:11:49 -0500
  • b9eb646d2e
    Update fs.read.spec.js #731 Adel El Masery 2019-01-30 19:06:57 -0500
  • c72e3a2f36 Fixes for review comments #730 FineHH 2019-01-30 18:55:50 -0500
  • 25354da7b6 Fixes for review comments FineHH 2019-01-30 18:50:39 -0500
  • d1b2a4c4c1 Fixes for review comments FineHH 2019-01-30 18:50:10 -0500
  • 1a94f61268 Fixes for review comments FineHH 2019-01-30 18:49:22 -0500
  • e3e9b4d228 Fixes for review comments FineHH 2019-01-30 18:46:18 -0500
  • c9d15223fb modified spec/fs.exists.spec.js to use let and 'use strick' mode instead of var Abdirahman Guled 2019-01-30 18:11:11 -0500
  • e84f487ec4
    Update fs.lstat.spec.js hoaianhkhang 2019-01-30 17:40:49 -0500
  • 16a307bea9
    Update fs.lstat.spec.js hoaianhkhang 2019-01-30 17:37:37 -0500
  • 00408f3ffa change let to const #694 yuansheng1989 2019-01-30 17:28:28 -0500
  • 88524270e4 filer.spec.js var changed to const/let Sahib 2019-01-30 17:17:51 -0500
  • 6042c46828 replaced var with let in spec/fs.exists.spec.js Abdirahman Guled 2019-01-30 16:46:55 -0500
  • a760c4e38e commit Abdirahman Guled 2019-01-30 16:42:00 -0500
  • 85a7193b1b
    Update fs.mkdir.spec.js #725 jfeng43 2019-01-30 16:29:48 -0500
  • 706fdd0f44
    Merge pull request #4 from a-deeb/a-deeb-patch-4 a-deeb 2019-01-30 16:07:56 -0500
  • fdd1e4719d
    Update fs.copyFile.spec.js a-deeb 2019-01-30 16:07:42 -0500
  • 6ed1ceeeef
    Merge pull request #3 from a-deeb/a-deeb-patch-3 a-deeb 2019-01-30 15:54:56 -0500
  • 10e33c0a0e
    Update fs.copyFile.spec.js a-deeb 2019-01-30 15:54:36 -0500
  • abb5143850 fix var to const #723 QingLianLiu 2019-01-30 15:17:29 -0500
  • a5f4912373 Removed extra 'use strict'; #722 ApolllonDev 2019-01-30 15:15:17 -0500
  • 04af40bfb0
    Merge pull request #2 from a-deeb/a-deeb-patch-2 a-deeb 2019-01-30 15:08:29 -0500
  • c09fd1777a
    Update fs.copyFile.spec.js a-deeb 2019-01-30 15:08:11 -0500
  • 498a74de82
    Update fs.lstat.spec.js #721 hoaianhkhang 2019-01-30 14:57:24 -0500