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

Named exports #289

Merged
merged 7 commits into from
Nov 15, 2019
Merged

Named exports #289

merged 7 commits into from
Nov 15, 2019

Conversation

tim-evans
Copy link
Collaborator

This PR helps with #183 by exporting all annotations as named exports. This allows us to be able to write the following code to import all annotations with their names:

import * from "./annotations";

Which makes it one less place where you need to add code to include annotations into a source / schema.

@tim-evans tim-evans merged commit 7c60a8e into latest Nov 15, 2019
@tim-evans tim-evans deleted the named-exports branch November 15, 2019 22:51
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