Remove Token::{startLoc,endLoc} so they don't appear in next release.

This commit is contained in:
Ingvar Stepanyan 2015-01-22 18:21:38 +02:00
parent caa5da6ce1
commit 555c7898c8

View File

@ -200,9 +200,6 @@
if (options.locations) {
this.loc = new SourceLocation();
this.loc.end = tokEndLoc;
// TODO: remove in next major release
this.startLoc = tokStartLoc;
this.endLoc = tokEndLoc;
}
if (options.ranges)
this.range = [tokStart, tokEnd];