-
-
Notifications
You must be signed in to change notification settings - Fork 197
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
Build should report malformed XML #452
Comments
Knowing which XML files are going to be used as views is probably non-trivial. Have you considered running your code through something like xmllint yourself? |
Linting will help, but not all users will have this in mind when starting app building with NativeScript. Especially if coming from HTML, where such errors are usually forgiven. |
I guess it'd be useful if someone added information on using linters in the docs somewhere? |
It will, but it should be somewhere very visible. |
Implemented here: #1272. |
XML errors are easy to miss and without an easy way to spot the error can be a big problem (losing development time). A preprocessing XML parser during/before the build step can be a big help here.
The text was updated successfully, but these errors were encountered: