You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2020. It is now read-only.
varparseFunction=require('parse-function')varfnStr='function (a) {return a}; var b = 1'vardata=parseFunction(fnStr)console.log(data.body)// => 'return a}; var b = ' instead of 'return a'
resolved locally
The text was updated successfully, but these errors were encountered:
Should we handle this? This lib isn't meant to do that, in my opinion. It is meant to be passed with an actual function, so such scenario is rare case.
tunnckoCore
changed the title
failing when something after CLOSE_CURLY
Low-prio: failing when something after CLOSE_CURLY
Oct 6, 2017
e.g.
resolved locally
The text was updated successfully, but these errors were encountered: