Structs§
- Attribute
Interface Member - Parses
[attributes]? (stringifier|inherit|static)? readonly? attribute attributedtype identifier; - Const
Member - Parses a const interface member
[attributes]? const type identifier = value; - Constructor
Interface Member - Parses
[attributes]? constructor(( args )); - Double
Typed Async Iterable - Parses an async iterable declaration
[attributes]? async iterable<attributedtype, attributedtype> (( args ))? ; - Double
Typed Iterable - Parses an iterable declaration
[attributes]? iterable<attributedtype, attributedtype>; - Inheritance
- Parses inheritance clause
: identifier - Maplike
Interface Member - Parses an maplike declaration
[attributes]? readonly? maplike<attributedtype, attributedtype>; - Operation
Interface Member - Parses
[attributes]? (stringifier|static)? special? returntype identifier? (( args )); - Setlike
Interface Member - Single
Typed Async Iterable - Parses an async iterable declaration
[attributes]? async iterable<attributedtype> (( args ))? ; - Single
Typed Iterable - Parses an iterable declaration
[attributes]? iterable<attributedtype>; - Stringifier
Member - Parses
stringifier;
Enums§
- Async
Iterable Interface Member - Parses an async iterable declaration
[attributes]? async (iterable<attributedtype> | iterable<attributedtype, attributedtype>) (( args ))? ; - Interface
Member - Parses one of the interface member variants
- Iterable
Interface Member - Parses an iterable declaration
[attributes]? (iterable<attributedtype> | iterable<attributedtype, attributedtype>) ; - Special
- Parses one of the special keyword
getter|setter|deleter - Stringifier
OrInherit OrStatic - Parses
stringifier|inherit|static - Stringifier
OrStatic - Parses
stringifier|static
Type Aliases§
- Interface
Members - Parses interface members