jeromeetienne / better.js

a better javascript in javascript
http://betterjs.org
MIT License
156 stars 22 forks source link

Added support for function declarations #105

Open conordickinson opened 9 years ago

conordickinson commented 9 years ago

Uses the method detailed in the TODO file. Tested on classes and it seems to work.

Also a fix for non-jsdocs comment blocks before a function causing confusion for the parser.