chore(docs/writer): fix Windows path incompatibilities
NodeJS on Windows uses back slashes for path separators. This difference can be mitigated by use of the nodeJS path library. In particular the `sep` property and the `dirname()`, `normalize()` and `join()` methods of this library. All path based arguments on exported functions need to be normalized and `join` and `sep` must be used instead of string manipulation to work with paths.
P
Pete Bacon Darwin committed
86f3e41dfe78e20d48cd78ddbac0da343ce164b4
Parent: c9c3f71