Skip to content

transpiler: Support default parameters (with types) #6

@tbosch

Description

@tbosch

E.g.

compile(component:Type, element:Element = null){}

==>

compile(Type component, [Element element = null]){}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions