Module resolving

Module resolving 

Source
Expand description

This pass resolves the property binding expressions.

Before this pass, all the expression are of type Expression::Uncompiled, and there should no longer be Uncompiled expression after this pass.

Most of the code for the resolving actually lies in the expression_tree module

Functionsยง

resolve_expressions
resolve_two_way_binding