Outline transition
- Finalize
abstract-filepathpackage - find a place to put the core types https://github.com/hasufell/abstract-filepath/issues/9
- Provide API variants for
unixhttps://github.com/hasufell/abstract-filepath/issues/6 andWin32https://github.com/hasufell/abstract-filepath/issues/7 - Possibly provide API variants or alternatives for e.g.
directory - Promote libraries to convert to new
AbstractFilePath(users can still convert to e.g.FilePathif interfacing with other libraries) - Observe ecosystem effects, promote adoption in core libraries
- Consider deprecating old
FilePathcompletely