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: rename resource paths in files #869

Merged
merged 1 commit into from
Nov 20, 2024
Merged

Conversation

Myriad-Dreamin
Copy link
Owner

@Myriad-Dreamin Myriad-Dreamin commented Nov 20, 2024

Example, rename base.typ to test2.typ:

#import "base.typ"
#include "base.typ"
#read("base.typ")

to

#import "test2.typ" as base
#include "test2.typ"
#read("test2.typ")

@Myriad-Dreamin Myriad-Dreamin linked an issue Nov 20, 2024 that may be closed by this pull request
@Myriad-Dreamin Myriad-Dreamin merged commit 644494b into main Nov 20, 2024
13 checks passed
@Myriad-Dreamin Myriad-Dreamin deleted the rename-resources branch November 20, 2024 08:55
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.

file rename works for import but not include
1 participant