graphicore / ufoJS

Javascript API for the Unified Font Object
lib.ufojs.org
GNU General Public License v3.0
52 stars 10 forks source link

Add ensureDir; make mkDir complain when directory exists #36

Closed rrthomas closed 9 years ago

rrthomas commented 9 years ago

Add IOEntryExists for the case when an object exists already.

Improve the FIXME about the trailing slash issue for pathExists, and fix some other comment typos.

Remove some specification comments in staticNodeJS.js which duplicate those in _base.js.

Add a warning about misuse of pathExists to _base.js.