Yashua

Results 23 issues of Yashua

Not sure how to describe this. I the latest Atom (I have 0.134.0) the formatter is broken and adds a newline after every word to look like this: ``` var...

If I do: ``` const controller = (req, res) => { res.render('somepage') } ``` I get this error: `TypeError: View is not a constructor` Any ideas?