marksmccann / node-sass-extra

A drop-in replacement for node-sass' Node API that adds support for globs, promises and more.
MIT License
2 stars 1 forks source link

feat: jsdoc #34

Closed marksmccann closed 5 years ago

marksmccann commented 5 years ago

I started this task with the intent to just clean up the comments a little. I then discovered the wonders of jsdoc! I don't know if we want to do this, but I think I really like it.

Note: I attempted to tie in the creation of the README at the pre-commit hook, but because I believe it is async, the hook doesn't wait and the commit occurs before the new README is generated

closes #33

phillipluther commented 5 years ago

Looks great; merge at your leisure!