noahehall / nodeproto

build prototypes, fast!
https://github.com/noahehall/nodeproto
Other
4 stars 0 forks source link

flowtype errors on toplevel await #206

Open noahehall opened 2 years ago

noahehall commented 2 years ago

currently doesnt hinder me as I use flow via eslint and I can just eslint-disable-line

check tools/jsync/getfiles.mjs

noahehall commented 2 years ago

more of a nuisance than I can handle

can just wrap in an async IIFE

track progress here: https://github.com/facebook/flow/issues/7710