Commit Graph

2 Commits

Author SHA1 Message Date
David Li
f6229f0cf4 filesystem: Quality-of-life changes
Certain methods always return a specific Entry type. Define more
  specific callbacks so that typescript can infer when an Entry is
  a DirectoryEntry or FileEntry, removing the need to explicitly
  state the type in certain callbacks.

  Existing code using this definition should not be broken as a
  result of this change.

Signed-off-by: David Li <jiawei.davidli@gmail.com>
2015-03-07 01:55:44 -05:00
Kon
b8b9da614c Added filesystem-tests.d.ts 2013-02-22 09:03:09 +09:00