Ben Heidemann
3b9fafc53e
style: fix linting issues in webpack plugin
2021-05-26 09:54:38 -04:00
Ben Heidemann
bfb50bf608
docs: fix typo in README.md
2021-05-26 09:54:38 -04:00
Ben Heidemann
ce56539190
docs: fix typo in webpack plugin docs
2021-05-26 09:54:38 -04:00
Ben Heidemann
0f812fc6a0
refactor: remove typo in webpack plugin
2021-05-26 09:54:38 -04:00
Ben Heidemann
767c83706b
docs: add missing filer import in webpack.config.js code snippet
2021-05-26 09:54:38 -04:00
Ben Heidemann
6a20ac2c3f
docs: replace alias documentation with docs for FilerWebpackPlugin
2021-05-26 09:54:38 -04:00
Ben Heidemann
2bcf7e560b
refactor: export filer webpack plugin in index.js
2021-05-26 09:54:38 -04:00
Ben Heidemann
d040763a73
feat: add filer webpack plugin
2021-05-26 09:54:38 -04:00
Ben Heidemann
fd90f32d4c
chore: add path and schema-utils as dependancies
2021-05-26 09:54:38 -04:00
dependabot[bot]
e18104a60d
chore(deps): bump browserslist from 4.11.1 to 4.16.6
...
Bumps [browserslist](https://github.com/browserslist/browserslist ) from 4.11.1 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases )
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md )
- [Commits](https://github.com/browserslist/browserslist/compare/4.11.1...4.16.6 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-26 09:46:18 -04:00
Ben Heidemann
7bd6e5f4e1
fix: handle case data = 0 in writeFile
2021-04-18 11:44:39 -04:00
Ben Heidemann
90db749ee5
fix: handle case data = 0 in writeFile
2021-04-18 11:44:39 -04:00
Ben Heidemann
f9c5473c49
test: add missing space in issue 773 regression test
2021-04-18 11:44:39 -04:00
Ben Heidemann
f5ad682fd7
fix: allow encodings other that utf8 when using writeFile
2021-04-18 11:44:39 -04:00
Ben Heidemann
7b1c3e85ce
fix( #773 ): use utf8 encoding when reading file when encoding not specified by options
2021-04-18 11:44:39 -04:00
Ben Heidemann
51afeeaf54
test: simplify regression test for issue773
2021-04-18 11:44:39 -04:00
Ben Heidemann
cef6adfc37
style: fix linting issues and invoke done with error if error is captured
2021-04-18 11:44:39 -04:00
Ben Heidemann
6590cb79bd
test: add regression test for issue 773
2021-04-18 11:44:39 -04:00
Ben Heidemann
3e88aeca92
Fix issue #766 : Remove describe.only from shim tests ( #767 )
...
* test: replace describe.only in shim tests with describes so all tests run
* test: move require chai to top of file for consistency with other tests
* chore: npm install
* test: replace describe.only in shim tests with describes so all tests run
* test: move require chai to top of file for consistency with other tests
* chore: npm install
* Revert "chore: npm install"
This reverts commit cddeef421b
.
* Revert "test: move require chai to top of file for consistency with other tests"
This reverts commit 40df7912fb
.
2021-03-21 13:57:34 -04:00
Ben Heidemann
f8c9732be9
docs: correct error in buffer shim documentation
2021-03-20 11:54:36 -04:00
David Humphrey
200171d2a5
Use node-version vs. node_version
2021-03-20 11:48:00 -04:00
David Humphrey
095f78498f
Change node version definition in node-js-ci
2021-03-20 11:39:37 -04:00
David Humphrey
5cf2495079
Update node-js-ci workflow to fix broken npm installs
2021-03-20 11:32:38 -04:00
David Humphrey
aacc8061cf
Merge pull request #762 from medayo/resolvePackageJSONConflicts
...
Using filer with webpack
2021-03-07 10:53:40 -05:00
Ben Heidemann
c378288819
Merge branch 'master' into resolvePackageJSONConflicts
2021-03-07 15:36:28 +00:00
Ben Heidemann
d1054753a6
Merge pull request #3 from medayo/fixTypo
...
docs: fix buffer import example in README.md
2021-03-07 15:26:31 +00:00
bcheidemann
887ed9318a
docs: fix buffer import example in README.md
2021-03-07 15:25:52 +00:00
Ben Heidemann
ce076729f6
Merge pull request #2 from medayo/shimTests
...
Shim tests and buffer shim/docs
2021-03-07 15:23:45 +00:00
bcheidemann
a2151cab25
test: add spec for path shim
2021-03-07 15:21:39 +00:00
bcheidemann
3a8a59d362
test: add spec for buffer shim
2021-03-07 15:21:28 +00:00
bcheidemann
15be384940
test: run tests for path and buffer
2021-03-07 15:21:11 +00:00
bcheidemann
6027376efa
refactor: use correct import for Buffer in buffer shim
2021-03-07 15:20:58 +00:00
bcheidemann
8b57d299f4
test: add test for fs shim
2021-03-07 15:05:18 +00:00
bcheidemann
d6b29226aa
refactor: return result of fn when wrapping in utils.shimIndexDB
2021-03-07 15:02:29 +00:00
bcheidemann
da65e06e3c
test: run fs shim spec test
2021-03-07 15:01:51 +00:00
bcheidemann
aa152955b5
refactor: use correct path import in shim
2021-03-07 15:01:05 +00:00
bcheidemann
d264113e0d
docs: add documentation for use of buffer shim to README.md
2021-03-07 14:58:35 +00:00
bcheidemann
ce809c4ac9
feat: add buffer shim
2021-03-07 14:58:09 +00:00
dependabot[bot]
3061328459
Bump ini from 1.3.5 to 1.3.8
...
Bumps [ini](https://github.com/isaacs/ini ) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases )
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-02-24 15:24:13 -05:00
David Humphrey
c0a41d67ff
Add .gitattributes and define eol style as lf
2021-02-24 12:35:38 -05:00
David Humphrey
4941d10e13
Remove 16.x from GitHub Actions node build matrix
2021-02-24 12:07:57 -05:00
David Humphrey
07a00a3f77
Update deps, add GitHub Actions CI
2021-02-24 12:04:39 -05:00
bcheidemann
0f5fe64ae8
chore: npm install regenerator-runtime
2021-02-21 10:25:43 +00:00
bcheidemann
7ec1fed51f
chore: use regenerator runtime in tests for async/await
2021-02-21 10:21:03 +00:00
bcheidemann
a2f7ee044b
chore: show console logs when running tests
2021-02-21 10:18:57 +00:00
bcheidemann
7415e45867
docs: fix typo in README.md
...
replace 'alternative file sytem' with 'alternative file system provider'
2021-02-21 00:24:19 +00:00
bcheidemann
986ad37597
refactor: get reference to error in catch block
...
fixes red squigle for unexpected {
2021-02-21 00:21:20 +00:00
bcheidemann
9c669564b2
refactor: change fsprovider to fsProvider
2021-02-21 00:19:17 +00:00
bcheidemann
9d03788c1c
docs: add own name to authors file
2021-02-20 04:14:24 +00:00
Ben Heidemann
a60d2b4cfc
Merge pull request #1 from medayo/feat/shims
...
Feat/shims
2021-02-20 04:09:06 +00:00