Module advanced

Module advanced 

Source

Functions§

parse_arrow_call
Parse an arrow call: target -> method(args) -> method2(args2) Supports chaining multiple calls
parse_assign
Parse property assignment: target.property = value
parse_bind
Parse bind statement: bind source -> target { options }