You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is caused by repl session fn evaluate_expression in deno\cli\tools\repl\session.rs .
If you check the value at the end of the function you'll find the error, while if you check parsed_source.diagnostics() you will get empty vector.
Which means that it's related to deno and most probably deno_core has something to do with it -> fn post_message of LocalInspectorSession in deno_core\core\inspector.rs
Version: Deno 2.1.7
await (() => 42)
should be treated as a valid syntax.The text was updated successfully, but these errors were encountered: