Parser: Enhance the accuracy of the allowAwaitOutsideFunction option, ensuring that class field initializers do not incorrectly allow await expressions. This improvement aligns with the expected behavior for ECMAScript versions 13 and above.
Parser: Update the rules for using await expressions in class field initializers, now allowing them in computed properties. This change ensures better compatibility with the test262 suite.