Hello. The use of await is now possible in the top-level of modules when you write ES Modules. It is only NodeJS' CommonJS modules that do not permit top-level await. NodeJS supports this feature I think since NodeJS v13, and browsers support it since last year.