Release v4
tunnckoCore opened this issue · 2 comments
tunnckoCore commented
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
tunnckoCore commented
8dbfa15 - 270 tests - using babylon, acorn and espree.
tunnckoCore commented
See test.js#L275-L287 for 3rd bullet.