Expose SourceLocation data type

This commit is contained in:
Rene Saarsoo 2020-12-25 15:43:04 +02:00
parent c958e5e007
commit effa11ad75
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ export { Duration } from "./Duration";
export { Intensity, ConstantIntensity, RangeIntensity, FreeIntensity } from "./Intensity";
export { ZoneType, intensityValueToZoneType } from "./ZoneType";
export { ParseError } from "./parser/ParseError";
export { SourceLocation } from "./parser/tokenizer";
// utils
export { totalDuration } from "./stats/totalDuration";