Commit Graph
21 Commits
Author SHA1 Message Date
Nathan Shively-SandersandGitHub 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 AgiusandAndy 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
AndyandGitHub 3fcde354de fs-extra: Fix tests (#19202)
* fs-extra: Fix tests

* Also fix fs-extra-promise
2017-08-21 13:39:48 -07:00
Alan AgiusandWesley Wigham 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-SandersandMohamed Hegazy 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-SandersandGitHub 0cec4f4314 Merge pull request #16580 from alan-agius4/feature/fs-extra-symlink
Feature/fs extra symlink
2017-06-01 16:16:03 -07:00
AndyandGitHub 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 AgiusandMohamed Hegazy 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 AgiusandAndy 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