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

    Class Diagnostic<TCompilerObject>

    Diagnostic.

    Type Parameters

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    • get compilerObject(): TCompilerObject

      Gets the underlying compiler diagnostic.

      Returns TCompilerObject

    Methods

    • Gets the code of the diagnostic.

      Returns number

    • Gets the length.

      Returns number | undefined

    • Gets the line number.

      Returns number | undefined

    • Gets the source.

      Returns string | undefined

    • Gets the source file.

      Returns SourceFile | undefined

    • Gets the start.

      Returns number | undefined