Rich-Harris / lit-node

Self-documenting Node scripts through literate programming
Other
76 stars 3 forks source link

remove top level await #7

Closed vijithassar closed 5 years ago

vijithassar commented 5 years ago

Removes the top-level async function wrapper, which causes a number of problems; consequently, top-level use of the await keyword is no longer allowed.