-
-
Notifications
You must be signed in to change notification settings - Fork 14
Split source into multiple files #45
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
Conversation
Is this up to date? |
@emilyyyylime not yet (it wasn't yet updated for 0.0.5). Feel free to ping me on the weekend and I might be able to find some time for it 👀 |
😅 I'll have to try and remember |
Did some (unscientific) benchmarks, and seems like these changes do not slow down tablex compilation in any way (the time to compile |
* initial source splitting attempt * add remaining tablex code sections * add a zero before numbers in filenames * add docs at the top of each source file * remove numbers from the filenames * src: update to tablex 0.0.5 and 0.0.6 * ran tests in typst 0.9.0 * expose is-tablex-... functions * remove unneeded imports in tablex.typ
Closes #46
Should make the code easier to work with.