Name Description Size
__init__.py 0
base.py Compile a raw AST into a form where conditional expressions are represented by ConditionalValue objects that can be evaluated at runtime. tree - The root node of the wptmanifest AST to compile data_cls_getter - A function taking two parameters; the previous output node and the current ast node and returning the class of the output node to use for the current ast node 6079
conditional.py Get value and convert to a given type. This is unfortunate, but we don't currently have a good way to specify that specific properties should have their data returned as specific types 12915
static.py Compiler backend that evaluates conditional expressions to give static output 3263