bcheidemann
74d9b22c92
fix: handle withFileTypes options in readdir
2021-05-29 12:18:29 +01:00
bcheidemann
1c74d46208
fix: mkdir accepts encoding options
2021-05-29 10:14:09 +01:00
Ben Heidemann
2e381d282c
test: skip this until we have a fix
2021-05-29 10:14:09 +01:00
Ben Heidemann
36ed81d77c
test( #775 ): add regression test for issue #775
2021-05-29 10:14:09 +01:00
Ben Heidemann
21e7a4750a
test: skip test for issue #776 until fix is finished
2021-05-26 09:55:26 -04:00
Ben Heidemann
aa2df3a17c
test( #776 ): add regression test for issue #776
2021-05-26 09:55:26 -04:00
Ben Heidemann
bd15462f6e
test: skip test for issue #776 until fix is finished
2021-05-26 09:55:26 -04:00
Ben Heidemann
78ae19fbad
test( #776 ): add regression test for issue #776
2021-05-26 09:55:26 -04:00
Ben Heidemann
b3caddcfec
refactor: make fs shim a commonjs module to match node.js fs module
2021-05-26 09:54:38 -04:00
Ben Heidemann
11e05e131b
fix: make fs proxy return undefined for keys which do not exist on the file system instance
2021-05-26 09:54:38 -04:00
Ben Heidemann
fb100b165a
refactor: use Object.assign instead of Object.create for cloning nodePath
...
because Object.keys omits many of the methods on the filerPath module when using Object.create
2021-05-26 09:54:38 -04:00
Ben Heidemann
e94543471b
test: rename webpack plugin test
2021-05-26 09:54:38 -04:00
Ben Heidemann
20d4d5e720
chore: remove path dependency
2021-05-26 09:54:38 -04:00
Ben Heidemann
0295d19a7f
refactor: rename plugin.js to index.js
2021-05-26 09:54:38 -04:00
Ben Heidemann
365a7d23a3
test: remove describe.only
2021-05-26 09:54:38 -04:00
Ben Heidemann
ea5e48b48b
style: fix linting issues
2021-05-26 09:54:38 -04:00
Ben Heidemann
e82374ae2b
test: add spec for webpack plugin
2021-05-26 09:54:38 -04:00
Ben Heidemann
5bd05287d4
test: add mock function create helper to utils
2021-05-26 09:54:38 -04:00
Ben Heidemann
1c34abf009
style: add missing indents in switch
2021-05-26 09:54:38 -04:00
Ben Heidemann
8b4b0a6140
fix: when cwd is root and the <rootDir> tag is replaced, the resulting path should not begin with //
2021-05-26 09:54:38 -04:00
Ben Heidemann
e489409b9c
test: remove buffer shim spec test
2021-05-26 09:54:38 -04:00
Ben Heidemann
0db08e31bb
docs: remove buffer shim docs and replace with info on why it's not provided
2021-05-26 09:54:38 -04:00
Ben Heidemann
1f02edf5b3
refactor: remove buffer shim option from filer webpack plugin
2021-05-26 09:54:38 -04:00
Ben Heidemann
708c84fc63
refactor: remove buffer shim
2021-05-26 09:54:38 -04:00
Ben Heidemann
4e45701b51
test: update path shim test to not use broken import
2021-05-26 09:54:38 -04:00
Ben Heidemann
fe9ed6a648
fix: fix shim path export
2021-05-26 09:54:38 -04:00
Ben Heidemann
81ab65b95c
docs: update and replace README.md section on using regular node.js imports
2021-05-26 09:54:38 -04:00
Ben Heidemann
582352f754
refactor: add missing import for path in processors
2021-05-26 09:54:38 -04:00
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