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

Compiler does not report error when compiling #35

Closed
yuwenhuisama opened this issue Dec 10, 2017 · 4 comments
Closed

Compiler does not report error when compiling #35

yuwenhuisama opened this issue Dec 10, 2017 · 4 comments

Comments

@yuwenhuisama
Copy link

For react native, when there are compile errors, ts still dose not report them while tslint has marked them.

@ds300
Copy link
Owner

ds300 commented Dec 11, 2017

Can you give an example? Syntax errors should be reported, but lint and type errors are not expected to be reported. See #13 for more details about why.

@yuwenhuisama
Copy link
Author

Well, what I expect is exactly to report the type errors not only syntax errors, I wish this could be a feature to implement as an option.

@RubenSandwich
Copy link

@yuwenhuisama One way to get that feature is to use: https://github.com/callstack/haul. Which is a replacement for the React Native Packager. They have a typescript setup example: https://github.com/callstack/haul/blob/master/docs/Recipes.md.

@ds300
Copy link
Owner

ds300 commented May 25, 2018

I'm going to close this issue because it's a duplicate of #29 — if you feel this is a separate issue, please feel free to open another issue and link to this one 🙏

@ds300 ds300 closed this as completed May 25, 2018
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

No branches or pull requests

3 participants