Results for: "Data"

The start offset of the node in the source. This method is effectively a delegate method to the location object.

Delegates to the start_column of the associated location object.

Returns an array of child nodes and locations that could potentially have comments attached to them.

def comment_targets: () -> Array[Node | Location]

def comment_targets: () -> Array[Node | Location]

def comment_targets: () -> Array[Node | Location]

Represents the alternation operator location.

foo => bar | baz
           ^

def comment_targets: () -> Array[Node | Location]

The location of the β€˜and` keyword or the `&&` operator.

left and right
     ^^^

def comment_targets: () -> Array[Node | Location]

def contains_forwarding?: () -> bool

def contains_keywords?: () -> bool

def comment_targets: () -> Array[Node | Location]

def comment_targets: () -> Array[Node | Location]

def comment_targets: () -> Array[Node | Location]

The location of the β€˜=>` operator, if present.

{ foo => bar }
      ^^

def comment_targets: () -> Array[Node | Location]

The location of the β€˜**` operator.

{ **x }
  ^^

def comment_targets: () -> Array[Node | Location]

def comment_targets: () -> Array[Node | Location]

def comment_targets: () -> Array[Node | Location]

Represents the location of the β€˜&` operator.

foo(&args)
    ^

def comment_targets: () -> Array[Node | Location]

def repeated_parameter?: () -> bool

def comment_targets: () -> Array[Node | Location]

Search took: 3ms  ·  Total Results: 2269