compileTypeMixin

Compile the MixinType, returning the type or expression AST.

Doesn't run semantic() on the returned object.

compileTypeMixin

Parameters

tm
Type: TypeMixin

mixin to compile as a type or expression

loc
Type: Loc

location for error messages

sc
Type: Scope*

context Return: null if error, else RootObject AST as parsed

Meta