Alan K
|
de45918cbc
|
Merge pull request #378 from humphd/karma
Automate tests using Headless Chrome + Karma runner
|
2018-08-21 14:54:48 -04:00 |
David Humphrey
|
53f5b0c50b
|
Fix script names in package.json
|
2018-07-27 11:23:27 -04:00 |
David Humphrey
|
7798b1cb87
|
Fix lint issues in implementation.js
|
2018-07-27 11:23:06 -04:00 |
David Humphrey
|
0da0e60194
|
Fix lint issues in interface.js
|
2018-07-27 11:17:45 -04:00 |
David Humphrey
|
dc8fa4cb96
|
Fix lint issues in node.js
|
2018-07-27 11:17:03 -04:00 |
David Humphrey
|
3a44c1756a
|
Fix lint issues in src/path.js
|
2018-07-27 11:16:30 -04:00 |
David Humphrey
|
8d553b78e0
|
Fix lint issues in indexeddb.js provider
|
2018-07-27 11:14:08 -04:00 |
David Humphrey
|
b92151cdc5
|
Fix lint issues in websql.js provider
|
2018-07-27 11:13:40 -04:00 |
David Humphrey
|
bcf4d9834a
|
Don't build source map for karma test bundle
|
2018-07-27 11:12:25 -04:00 |
David Humphrey
|
ed11b01234
|
Fix lint issues in shell.js
|
2018-07-27 11:12:06 -04:00 |
David Humphrey
|
0980ec4608
|
Fix lint issues in issue258.js
|
2018-07-27 11:09:45 -04:00 |
David Humphrey
|
a31044cc8d
|
Fix lint issues in issue267.js
|
2018-07-27 11:08:40 -04:00 |
David Humphrey
|
454d5bc801
|
Fix lint issues in ls-depth-bug.js
|
2018-07-27 11:07:17 -04:00 |
David Humphrey
|
d41885e9d0
|
Fix lint issue in tests/lib/indexeddb.js
|
2018-07-27 11:03:43 -04:00 |
David Humphrey
|
0e00af661a
|
Fix lint issues in fs.appendFile.spec.js
|
2018-07-27 11:02:42 -04:00 |
David Humphrey
|
f89b616fdc
|
Fix issues in fs.chmod.spec.js
|
2018-07-27 11:01:47 -04:00 |
David Humphrey
|
cbcddee3be
|
Fix lint issues in fs.chown.spec.js
|
2018-07-27 11:01:26 -04:00 |
David Humphrey
|
1a738dd2bb
|
Fix lint issues in fs.close.spec.js, fs.link.spec.js
|
2018-07-27 11:00:48 -04:00 |
David Humphrey
|
9e08d96c96
|
Fix lint issues in fs.lstat.spec.js
|
2018-07-27 10:44:42 -04:00 |
David Humphrey
|
980d5d0917
|
Fix lint issues in fs.lseek.spec.js
|
2018-07-27 10:43:51 -04:00 |
David Humphrey
|
a8e373e4b9
|
Fix lint issues in fs.mknod.spec.js
|
2018-07-27 10:39:34 -04:00 |
David Humphrey
|
86e57d60db
|
Fix lint issues in fs.open.spec.js
|
2018-07-27 10:38:44 -04:00 |
David Humphrey
|
054094c852
|
Fix lint issues in fs.read.spec.js, fix test failure in fs.stats.spec.js
|
2018-07-27 10:37:45 -04:00 |
David Humphrey
|
cafff52c3a
|
Fix lint issues in fs.rename.spec.js
|
2018-07-27 10:34:21 -04:00 |
David Humphrey
|
1c7b40c895
|
Fix lint issues in fs.stats.spec.js
|
2018-07-26 18:17:05 -04:00 |
David Humphrey
|
7258a2913e
|
Fix lint issues in fs.truncate.spec.js
|
2018-07-26 18:07:50 -04:00 |
David Humphrey
|
bb8743eda1
|
Fix lint issues in fs.unlink.spec.js
|
2018-07-26 18:02:16 -04:00 |
David Humphrey
|
94e6a98cb8
|
Fix lint issues in fs.utimes.spec.js
|
2018-07-26 18:01:21 -04:00 |
David Humphrey
|
ee8e2a665a
|
Fix lint issues in fs.writeFile-readFile.spec.js
|
2018-07-26 18:01:07 -04:00 |
David Humphrey
|
a93ae13c99
|
Fix lint issues in fs.xattr.spec.js
|
2018-07-26 17:56:54 -04:00 |
David Humphrey
|
ab87c7f14a
|
Fix lint issues in tests-fs-watch.js
|
2018-07-26 17:54:26 -04:00 |
David Humphrey
|
49931722cc
|
Fix lint issues in path-resolution.spec.js
|
2018-07-26 17:53:02 -04:00 |
David Humphrey
|
3e1c3deb51
|
Fix lint issues in providers.base.js
|
2018-07-26 17:50:32 -04:00 |
David Humphrey
|
a8c3fa85db
|
Fix lint issues in exec.spec.js
|
2018-07-26 17:44:27 -04:00 |
David Humphrey
|
51c81edb5b
|
Fix lint issues in touch.spec.js
|
2018-07-26 17:41:35 -04:00 |
David Humphrey
|
8e900a3a88
|
Fix lint issues in time-flags.spec.js
|
2018-07-26 17:39:19 -04:00 |
David Humphrey
|
4a066064f4
|
Fix lint issues in times.spec.js
|
2018-07-26 17:37:26 -04:00 |
David Humphrey
|
e5b6026b91
|
Add docs for running eslint/lint scripts
|
2018-07-15 13:28:04 -04:00 |
David Humphrey
|
a900d8df6d
|
Add eslint --fix scripts, fix first round of lint errors
|
2018-07-15 13:25:35 -04:00 |
David Humphrey
|
2ad0d0eb8b
|
Automate tests using Headless Chrome + Karma runner
|
2018-07-15 13:08:56 -04:00 |
Alan K
|
04f9c57cd8
|
Merge pull request #374 from humphd/parceljs
Switch to parceljs for bundling, eslint for linting, drop grunt
|
2018-07-14 12:49:55 -04:00 |
David Humphrey
|
e155c2d1a0
|
Remove unneeded requirejs dep
|
2018-07-14 11:25:17 -04:00 |
David Humphrey
|
9832807dd1
|
Rebase and update to changes on develop
|
2018-07-14 11:21:34 -04:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
65bbc17ccb
|
Update package.json + tests/ to support browser property for bundlers, delete old useless tests for AMD
|
2018-07-14 10:53:23 -04:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
c15145cc03
|
Fix tests so they work and pass with Parcel.js, updated outdated, remove .babelrc
|
2018-07-14 10:50:43 -04:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
d61c61aab8
|
Switch to parceljs for bundling, eslint for linting, drop grunt
|
2018-07-14 10:50:22 -04:00 |
Alan K
|
2e90fdae0c
|
Merge pull request #373 from humphd/9p-filer
Update Filer to support Plan 9 virtio filesystem API in v86
|
2018-07-14 10:21:35 -04:00 |
David Humphrey
|
9ded3ea1eb
|
Fixup comment that got removed
|
2018-07-14 10:02:29 -04:00 |
David Humphrey
|
3da99f0133
|
Update README with new info about additional APIs
|
2018-07-14 10:02:29 -04:00 |
David Humphrey
|
31cd579682
|
Add updated dist/ built files
|
2018-07-14 10:02:29 -04:00 |