Closed sowmiyamuthuraman closed 2 years ago
What about fx ‘.map(...) .field’?
What about fx ‘.map(...) .field’?
will look into this!
And what about this?)
@ + 1
@antonmedv i am trying with this approach
if (/(\)|\})\s/g.test(args[0])) { args = args[0].trim().replace(/(\(|\{).*?(\)|\})/g, function(string) { return string.replace(/\s/g, 'SPACE') }).split(' ').slice(0) for(var i=0; i<args.length; i++){ args[i]= args[i].split('SPACE').join(' '); } }
is this a right way?
Also notes also a strings fx .foo[“some calue”]
.
I was trying to implement it my self. Be creating parser for js. But have not time enough.
I rewrote the entire fx in golang. So I belove this PR is no longer actual.
Fix #119