UNPKG

473 BTypeScriptView Raw
1export { SourceOffset } from './loc/offset';
2export type { SourceLocation, SourcePosition } from './location';
3export { NON_EXISTENT_LOCATION, SYNTHETIC_LOCATION, UNKNOWN_POSITION } from './location';
4export { SourceSlice } from './slice';
5export { Source } from './source';
6export { type SerializedSourceSpan, SourceSpan } from './span';
7export type { HasSourceSpan, MaybeHasSourceSpan } from './span-list';
8export { hasSpan, loc, maybeLoc, SpanList } from './span-list';