-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Labels
outdatedA closed issue/PR that is archived due to age. Recommended to make a new issueA closed issue/PR that is archived due to age. Recommended to make a new issue
Description
Feature Request
Is your feature request related to a problem? Please describe.
I would like to use "top-level" await in a babel-node REPL. This is doable in vanilla Node with the --experimental-repl-await command line flag. Attempting to run babel-node with this flag currently results in:
error: unknown option `--experimental-repl-await'
Describe the solution you'd like
Support the Node --experimental-repl-await flag.
Describe alternatives you've considered
There's a top-level await TC39 proposal in the works, but it's still early (stage 2), with plenty of details to be worked out, and there is no Babel implementation yet (if ever?). The repl flag is already implemented in Node and much more limited in scope.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
outdatedA closed issue/PR that is archived due to age. Recommended to make a new issueA closed issue/PR that is archived due to age. Recommended to make a new issue