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

Expand description

Class and function declarations.

Constants

Functions

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.

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