[][src]Module rslint_parser::syntax::decl

Class and function declarations.

Functions

arrow_body
class_decl
formal_parameters
function_decl

A function declaration, this could be async and or a generator. This takes a marker because you need to first advance over async or start a marker and feed it in.

method

A method definition, this takes an optional markers for object props