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

Filter properties prefixed with _$ #100

Merged
merged 1 commit into from
Sep 28, 2023
Merged

Filter properties prefixed with _$ #100

merged 1 commit into from
Sep 28, 2023

Conversation

stephencelis
Copy link
Member

This seems to be the macro convention, and as folks add @Observable to their types they will begin to see these details leaking into their dumps, which is generally not relevant and doesn't result in a dump that resembles the original source.

We could consider a configuration option in the future to dump these values, but for now folks can always use plain dump or a mirror to access these values when they need them.

This seems to be the macro convention, and as folks add `@Observable` to
their types they will begin to see these details leaking into their
dumps, which is generally not relevant and doesn't result in a dump that
resembles the original source.

We could consider a configuration option in the future to dump these
values, but for now folks can always use plain `dump` or a mirror to
access these values when they need them.
@stephencelis stephencelis merged commit b803caa into main Sep 28, 2023
12 checks passed
@stephencelis stephencelis deleted the prefix-filter branch September 28, 2023 13:57
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.

None yet

2 participants