eslint / espree

An Esprima-compatible JavaScript parser
BSD 2-Clause "Simplified" License
2.26k stars 189 forks source link

Breaking: syncing start/end with range (fixes #349) #461

Closed anikethsaha closed 3 years ago

anikethsaha commented 3 years ago

Syncing the range and loc with start and end for both program and templateElement nodes.

anikethsaha commented 3 years ago

Sorry for the delay,

I have update the code as suggested. Let me know if anything else is required to change.

mdjermanovic commented 3 years ago

@anikethsaha are you still working on this?