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

fix(grain): Correct empty resource generation #3

Open
wants to merge 3 commits into
base: grain
Choose a base branch
from

Conversation

spotandjake
Copy link
Member

This pr corrects the way we generate bindings for:

resource file {}

before we would generate an empty module which didn't really make sense so now this just generates the type defintion for the resource handle if there is no functions.

This pr currently is built ontop of the changes in #2 so it needs to be merged first, I can seperate these if needed but it was easier for me to just combine them so I had a working branch.

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