prepare
export function prepare(
rawExpr: string
| SourceMappedStringI
| Expr,
options: CompileOptions
): Expr
Arguments
1. rawExpr
rawExpr: string
| SourceMappedStringI
| Expr
2. options
options: CompileOptions
Returns
Expr