Expose ParseError publicly
This commit is contained in:
parent
c6aa02bb06
commit
c958e5e007
|
|
@ -8,6 +8,7 @@ export { Workout, Interval, Comment } from "./ast";
|
||||||
export { Duration } from "./Duration";
|
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";
|
||||||
|
|
||||||
// utils
|
// utils
|
||||||
export { totalDuration } from "./stats/totalDuration";
|
export { totalDuration } from "./stats/totalDuration";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue