Expand description
Boa parser input source types.
Structs§
- Source
- A source of ECMAScript code.
- UTF8
Input - Input for UTF-8 encoded sources.
- UTF16
Input - Input for UTF-16 encoded sources.
Traits§
- Read
Char - This trait is used to abstract over the different types of input readers.