`yield import(...)` previously caused a syntax error, now it is parsed correctly. `parseYield` is the only place where the value of `startsExpr` matters, so this change should not affect anything else.