@glimmer/syntax
Version:
9 lines (8 loc) • 473 B
TypeScript
export { SourceOffset } from './loc/offset';
export type { SourceLocation, SourcePosition } from './location';
export { NON_EXISTENT_LOCATION, SYNTHETIC_LOCATION, UNKNOWN_POSITION } from './location';
export { SourceSlice } from './slice';
export { Source } from './source';
export { type SerializedSourceSpan, SourceSpan } from './span';
export type { HasSourceSpan, MaybeHasSourceSpan } from './span-list';
export { hasSpan, loc, maybeLoc, SpanList } from './span-list';