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

    Holds the compiler options.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    _settings: tsc.CompilerOptions

    Methods

    • Gets the encoding from the compiler options or returns utf-8.

      Returns string

    • Subscribe to modifications in the settings container.

      Parameters

      • action: () => void

        Action to execute when the settings change.

      Returns void

    • Resets the settings to the default.

      Returns void

    • Sets one or all of the compiler options.

      WARNING: Setting the compiler options will cause a complete reparse of all the source files.

      Parameters

      Returns void