Hierarchy (view full)

Constructors

Properties

doInsertNodesWithMarkers: DebouncedFunc<(() => void)> = ...

Type declaration

    • (): void
    • Returns void

markerManager: MarkerManager<Diagnostic>
markerOptions: MarkerOptions
queuedMarkers: Map<string, Child> = ...

Methods

  • Sort markers based on the following rules:

    • Markers are fist sorted by severity.
    • Markers are sorted by line number if applicable.
    • Markers are sorted by column number if applicable.
    • Markers are then finally sorted by owner if applicable.

    Parameters

    Returns number