Open geohuz opened 1 day ago
import { call } from 'effection'; yield* call(async function() { return "hello world"; });
when run it with nodejs (v20.10.0) I got the error:
yield* call(async function() { ^^^^^ SyntaxError: Unexpected strict mode reserved word
when run it with nodejs (v20.10.0) I got the error: