Module source

Module source 

Source
Expand description

Boa parser input source types.

Structs§

Source
A source of ECMAScript code.
UTF8Input
Input for UTF-8 encoded sources.
UTF16Input
Input for UTF-16 encoded sources.

Traits§

ReadChar
This trait is used to abstract over the different types of input readers.