Skip to content

Commit

Permalink
chore(core): make it clearer that they are internal/experimental func…
Browse files Browse the repository at this point in the history
…tions (#1017)

chore: make it internal

Co-authored-by: Sehi L'Yi <sehliyi@gmail.com>
  • Loading branch information
sehilyi and Sehi L'Yi authored Dec 19, 2023
1 parent d3f81bd commit f846623
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/exported-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ export {
parseGenomicPosition
} from './core/utils/assembly';
export { sanitizeChrName } from './data-fetchers/utils';
export { convertToFlatTracks } from './compiler/spec-preprocess';
export { spreadTracksByData } from './core/utils/overlay';

// These are experimental and may be removed in the future
export { convertToFlatTracks as _convertToFlatTracks } from './compiler/spec-preprocess';
export { spreadTracksByData as _spreadTracksByData } from './core/utils/overlay';

0 comments on commit f846623

Please sign in to comment.