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

add Typeflags to exports #931

Closed
wants to merge 1 commit into from

Conversation

benjaminjackman
Copy link
Contributor

@benjaminjackman benjaminjackman commented Jul 19, 2018

Some of the code being generated for .d.ts seems to be using (for example)

flags: TypeFlags.Optional;

but it's not being exported so that's causing some errors

Some of the code being generated for .d.ts seems to be using     
```typescript
flags: TypeFlags.Optional;
```
but it's not being exported so that's causing some errors
@benjaminjackman
Copy link
Contributor Author

@xaviergonz
Copy link
Contributor

I'm also exporting TypeFlags on the PR here #937

@benjaminjackman
Copy link
Contributor Author

ok i'll close mine then

@benjaminjackman
Copy link
Contributor Author

dupe #937

@xaviergonz xaviergonz deleted the benjaminjackman-add-typeflags branch December 29, 2018 18:31
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