pub fn eval_source(
parser: &mut JavascriptParser<'_>,
source: String,
error_title: String,
) -> Option<BasicEvaluatedExpression<'static>>pub fn eval_source(
parser: &mut JavascriptParser<'_>,
source: String,
error_title: String,
) -> Option<BasicEvaluatedExpression<'static>>