Reputation: 133
I do like jetbrains' IDEs but when I tried to use babel with do expression like
let a = do {
if(false)
'Nay'
else
'Yay'
}
Same thing happens to ::
function bind as well.
The syntax highlighting just messed up because webstorm / intellij idea believe there is a syntax error.
Is there a configuration for this, or just some walk around exists?
Upvotes: 1
Views: 363