Endo API documentation
    Preparing search index...

    Interface EvaluateOptions

    interface EvaluateOptions {
        __evadeHtmlCommentTest__?: boolean;
        __moduleShimLexicals__?: Record<string, any>;
        __rejectSomeDirectEvalExpressions__?: boolean;
        sloppyGlobalsMode?: boolean;
        transforms?: Transform[];
    }
    Index

    Properties

    __evadeHtmlCommentTest__?: boolean
    __moduleShimLexicals__?: Record<string, any>
    __rejectSomeDirectEvalExpressions__?: boolean
    sloppyGlobalsMode?: boolean
    transforms?: Transform[]