Commit Graph

33 Commits

Author SHA1 Message Date
Andy Hanson
45c9246c09 Remove esModuleInterop from tsconfigs (no longer mandatory) 2018-02-14 14:55:13 -08:00
Andy
bef4d2b27d Enable "esModuleInterop" in all tsconfigs (#23354) 2018-02-05 11:01:56 -08:00
Alan Agius
9c77774305 fix tslint path 2017-12-12 19:25:40 +01:00
Alan Agius
57c524c9bd feat(fs extra): update APi to match fs-extra 5.0.0 2017-12-12 19:14:23 +01:00
Ties Schwertasek
d46e1e9e78 Allow all strings 2017-12-11 00:35:36 +01:00
Ties Schwertasek
e16ff4ebc2 Allow ‘\t’ for JSON formatting 2017-12-11 00:09:19 +01:00
Gaurav Lahoti
42c5fb1370 Merge branch 'master' into master 2017-11-10 11:01:38 +05:30
Donald Pipowitch
55076b0ed4 ci fix 2017-11-08 13:34:57 +01:00
Donald Pipowitch
65df3226ec updated writeFile and outputFile in fs-extra 2017-11-08 10:08:29 +01:00
Gaurav Lahoti
5af89efca0 fs-extra - error callback compatible with strictFunctionTypes 2017-11-04 00:10:40 +05:30
Andy
097d2acf71 Miscellaneous lint fixes (#20849) 2017-10-22 15:22:50 -07:00
Andy
947a8fb761 Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
Nathan Shively-Sanders
fb98980a67 Merge pull request #19371 from alan-agius4/feature/fs-extra-callbacks
feat(fs-extra): callbacks can return `null` as value when there is no…
2017-09-05 16:02:19 -07:00
Alan Agius
a7d0be726e feat(fs-extra): update CopyFilter signature to include dest (#19361)
* feat(fs-extra): update `CopyFilter` signature to include `dest`

* merge conflicts

fs-extra: re-add missing dash
2017-08-31 07:04:38 -07:00
Alan Agius
0d4f8a72c5 feat(fs-extra): callbacks can return null as value when there is no error 2017-08-27 10:51:24 +02:00
Andy
3fcde354de fs-extra: Fix tests (#19202)
* fs-extra: Fix tests

* Also fix fs-extra-promise
2017-08-21 13:39:48 -07:00
Alan Agius
bdb2b5e94b feat(fs-extra): update to match api for 4.x.x (#18096)
* feat(fs-extra): update to match api for `4.x.x`

* style(fs-extra): add missing colons

* fs-extra: add missing breakline between interfaces
2017-07-20 09:58:16 -07:00
Nathan Shively-Sanders
163f4438df Fix weak type errors (#16845)
* Fix first round of weak type errors

Done through griddle-react

* 95% done with weak type fixes

* Fix last couple of weak type errors

* Remove some lint from mithril tests

* mithril's Lifecycle is not a weak type any more

Restore the Lifecycle constraints in the rest of the definitions.

* Fix react-redux tests after #16652 broke them

* Remove package-lock.json
2017-06-04 22:03:03 -07:00
Nathan Shively-Sanders
0cec4f4314 Merge pull request #16580 from alan-agius4/feature/fs-extra-symlink
Feature/fs extra symlink
2017-06-01 16:16:03 -07:00
Andy
52c064c24e fs-extra: Callbacks must be non-optional for Promise overloads to work (#16614) 2017-05-22 10:02:44 -07:00
Alan Agius
4d6cad8305 feat(fs-extra): remove CopyFilterFunction 2017-05-17 23:11:31 +02:00
Alan Agius
7796afc8e0 Revert "refactor(fs-extra): remove redundant types"
This reverts commit 3a344fb28e.
2017-05-17 23:10:58 +02:00
Alan Agius
3a344fb28e refactor(fs-extra): remove redundant types 2017-05-17 23:03:07 +02:00
Alan Agius
dfb61f898f feat(fs-extra): chnage parameter from string to SymlinkType 2017-05-17 22:59:29 +02:00
Alan Agius
d31294e091 feat(fs-extra): add SymlinkType 2017-05-17 22:57:47 +02:00
Alan Agius
5669de27d9 fs-extra: fix headers 2017-05-17 13:42:44 +02:00
Alan Agius
09b956231b fix(fs-extra): ensureSymlink and ensureLink should accept more params 2017-05-17 13:20:13 +02:00
Mees van Dijk
59179b62c8 Added buffer type for file 2017-05-12 12:18:22 +02:00
Mees van Dijk
146a321e6e cleanup 2017-05-12 01:25:04 +02:00
Mees van Dijk
03f4d743bc added file descriptors 2017-05-11 22:47:50 +02:00
Alan Agius
3ff7e25c70 feat(fs-extra): update typings to 3.0.x (#16218)
* feat(fs-extra): update typyings to `3.0.x`

* feat(fs-extra): update typings to `3.0.x`

* test(fs-extra): add more test coverage

* add `pathExists`

* fix lint issues

* fix lint issues

* add `TypeScript Version: 2.2'

* add more tests

* change `interface` to `type`

* add typescript version

* add missing semicolon

* add universalify fs async methods

* add `fs` methods

* feat(fs-extra): update typings to `3.0.x`

* fix lint issues

* fix more lint issues

* fs-extra: add `mkdtemp`

* remove extra breakline

* remove `walk` and overall improvments

* fix tests

* add options to test

* remove `CopyFilterFunction` and `CopyFilter`

* remove `CopyFilterFunction` and `CopyFilter`

* fix test

* re add `CopyFilter`

* fs-extra: fix CopyFilter

* fs-extra: remove `MkdirOptions`

* fs-extra: remove exra interfaces

* feat(fs-extra): update typings to
2017-05-01 13:56:02 -07:00
Alan Agius
442447cbc2 feat(fs-extra): add missing interfaces (#15577)
* feat(fs-extra): add missing interfaces

* increase version number

* style(s-extra): use `import` statement instead of `require`

* feat(fs-extra-promise): update to match interface
2017-04-17 08:36:37 -07:00
Andy Hanson
354cec620d Move all packages to a types directory 2017-03-24 14:27:52 -07:00