node-libclang icon indicating copy to clipboard operation
node-libclang copied to clipboard

Feature: Add cursor extent property and location accessors

Open agnat opened this issue 10 years ago • 0 comments

I was enjoying myself tinkering with your libclang binding. Here is the fallout:

Wrap type Range and expose cursor.extent. Also, add the other location accessors:

  • expansionLocation
  • instantiationLocation
  • spellingLocation
  • fileLocation

agnat avatar Dec 19 '14 11:12 agnat