-
-
Notifications
You must be signed in to change notification settings - Fork 737
TypeError: Cannot read property 'flags' of undefined #298
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
Comments
Note, my project compiles just fine with the Typescript compiler |
The codebase has not been updated to 2.0 yet. You're welcome to submit a PR or view existing issues/PRs trying to fix this. |
Ah, yes. I forgot I was using the fork provided by #290 - I should also note that compiling from the command line works just fine. As far as I can tell, the CLI is basically doing the same sorts of things that the above is performing, so I assumed it was an issue with this lib rather than the typescript version. |
Honestly, I can't help but hopefully someone else can. I tried updating |
Interesting! Yeah, it took me a realllly long time to successfully setup TypeScript for my project. The only way I could get it to work was with Luckily, everything is working from the CLI from #290's work. |
Yes, that would be lovely. But impossible with the current architecture. I do work with peer dependencies on my other projects like |
If you say #290 is working, does that mean this is a non-issue? I'm a little confused, sorry, but I thought it wasn't working? |
When I attempt to run the following code:
I get the following Error:
Note: I am using Typescript 2.0.2
Any thoughts on this?
The text was updated successfully, but these errors were encountered: