tunnckoCore/parse-function

Release v4

tunnckoCore opened this issue · 2 comments

1) Plugins API - #27 (comment)
2) Some kind of fix for #27
3) Real anonymous functions will have result.name undefined and result.isAnonymous: true, where the functions named "anonymous" will have result.name === 'anonymous' and result.isAnonymous: false

8dbfa15 - 270 tests - using babylon, acorn and espree.

See test.js#L275-L287 for 3rd bullet.