Expose SourceLocation data type
This commit is contained in:
parent
c958e5e007
commit
effa11ad75
|
|
@ -9,6 +9,7 @@ export { Duration } from "./Duration";
|
||||||
export { Intensity, ConstantIntensity, RangeIntensity, FreeIntensity } from "./Intensity";
|
export { Intensity, ConstantIntensity, RangeIntensity, FreeIntensity } from "./Intensity";
|
||||||
export { ZoneType, intensityValueToZoneType } from "./ZoneType";
|
export { ZoneType, intensityValueToZoneType } from "./ZoneType";
|
||||||
export { ParseError } from "./parser/ParseError";
|
export { ParseError } from "./parser/ParseError";
|
||||||
|
export { SourceLocation } from "./parser/tokenizer";
|
||||||
|
|
||||||
// utils
|
// utils
|
||||||
export { totalDuration } from "./stats/totalDuration";
|
export { totalDuration } from "./stats/totalDuration";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue