elGatoMantocko / express-root

A basic express app with an MVP layer. Renders server side.
0 stars 0 forks source link

Build Handlebars instance with async/await syntax #2

Closed elGatoMantocko closed 6 years ago

elGatoMantocko commented 6 years ago

I honestly can't tell if this is good or bad. It seems super ugly, but if I want to use async/await syntax for building the runtime, it needs to be done in a separate iife.