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