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

    Set of edits to make in response to a refactor action, plus an optional location where renaming should be invoked from.

    Index

    Accessors

    • get compilerObject(): tsc.RefactorEditInfo

      Gets the compiler refactor edit info.

      Returns tsc.RefactorEditInfo

    Methods

    • Executes the combined code actions.

      WARNING: This will cause all nodes to be forgotten in the changed files.

      Parameters

      Returns this

      • Options used when applying the changes.
    • Gets refactor file text changes

      Returns FileTextChanges[]

    • Gets the file path for a rename refactor.

      Returns string | undefined

    • Location where renaming should be invoked from.

      Returns number | undefined