Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(core): export util functions for conversion to flat tracks #1016

Merged
merged 2 commits into from
Dec 19, 2023

Conversation

thomcsmits
Copy link
Collaborator

Fix #
Toward #

Change List

Checklist

  • Ensure the PR works with all demos on the online editor
  • Unit tests added or updated
  • Examples added or updated
  • Documentation updated (e.g., added API functions)
  • Screenshots for visual changes (e.g., new encoding support or UI change on Editor)

@thomcsmits thomcsmits changed the title feat: export convertToFlatTrack+spreadTracksByData feat(core): export util functions for conversion to flat tracks Dec 18, 2023
…tions (#1017)

chore: make it internal

Co-authored-by: Sehi L'Yi <[email protected]>
@sehilyi
Copy link
Member

sehilyi commented Dec 19, 2023

I just renamed functions to make them look more like internal/experimental:

export { convertToFlatTracks as _convertToFlatTracks } from './compiler/spec-preprocess';
export { spreadTracksByData as _spreadTracksByData } from './core/utils/overlay';

I will merge this and patch the version.

@sehilyi sehilyi merged commit 85f0be1 into main Dec 19, 2023
4 checks passed
@sehilyi sehilyi deleted the thomcsmits/expose-util-flat-tracks-spread branch December 19, 2023 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants