kmagiera / babel-watch

Reload your babel-node app on JS source file changes. And do it fast.
MIT License
528 stars 70 forks source link

refactor(compile): use async fns (#143) #145

Closed STRML closed 1 year ago

STRML commented 1 year ago

Ping @IMalyugin

Fixes Zalgo (function calling back with errors and/or synchronously throwing) issue as noted in https://github.com/kmagiera/babel-watch/issues/143#issuecomment-1607549016

IMalyugin commented 1 year ago

LGTM