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

rf: add export command #25

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

rogpeppe
Copy link

@rogpeppe rogpeppe commented Feb 9, 2022

This is really just a shorthand for mv sym exportedSym but it
makes it more convenient when exporting a slew
of symbols such as a bunch of constants or types.

In the future, it would be nice to have support for renaming all
symbols in a particular range (for example to export all constants
in a particular const block), but this is hopefully a useful start.

This is really just a shorthand for `mv sym exportedSym` but it
makes it more convenient when exporting a slew
of symbols such as a bunch of constants or types.

In the future, it would be nice to have support for renaming all
symbols in a particular range (for example to export all constants
in a particular const block), but this is hopefully a useful start.
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.

1 participant