@servicenow/sdk - v4.4.1
    Preparing search index...

    Interface CreateWrappedNodeOptions

    interface CreateWrappedNodeOptions {
        compilerOptions?: tsc.CompilerOptions;
        sourceFile?: tsc.SourceFile;
        typeChecker?: tsc.TypeChecker;
    }
    Index

    Properties

    compilerOptions?: tsc.CompilerOptions

    Compiler options.

    sourceFile?: tsc.SourceFile

    Optional source file of the node. Will make it not bother going up the tree to find the source file.

    typeChecker?: tsc.TypeChecker

    Type checker.