Endo API documentation - v0.2.0 / Exports / @endo/init / EvaluateOptions
Interface: EvaluateOptions
@endo/init.EvaluateOptions
Table of contents
Properties
- __evadeHtmlCommentTest__
- __moduleShimLexicals__
- __rejectSomeDirectEvalExpressions__
- sloppyGlobalsMode
- transforms
Properties
__evadeHtmlCommentTest__
• Optional
__evadeHtmlCommentTest__: boolean
Defined in
__moduleShimLexicals__
• Optional
__moduleShimLexicals__: Record
<string
, any
>
Defined in
__rejectSomeDirectEvalExpressions__
• Optional
__rejectSomeDirectEvalExpressions__: boolean
Defined in
sloppyGlobalsMode
• Optional
sloppyGlobalsMode: boolean
Defined in
transforms
• Optional
transforms: Transform
[]