Closed
Description
Currently, location
and position
is used interchangeably, while they differ.
This confusion derives from node.position
, which holds a location, and a location has start
and end
set to a position.
I propose:
- position for
node.position
(aka “location”, “positional info”) - point for
node.position.start
,node.position.end
(as it refers to a point in a file)