We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When compiling TypeScript, use the --pretty flag for the TypeScript compiler.
See here for more information.
Which Ionic Version? 2.x
The text was updated successfully, but these errors were encountered:
As far as I can tell, this only works when using tsc and is not exposed to tooling: https://github.com/Microsoft/TypeScript/blob/68bdbe04e73fc4eb66d744a1a89bbd3baf162a87/src/compiler/tsc.ts#L129, so it doesn't work with webpack loaders or browserify plugins/transforms at the moment.
tsc
But I think it's possible for things like tsify to replicate the pretty output with the additional diagnostic information.
Going to close this as it's not an Ionic issue, but here's an issue for tsify you can track: TypeStrong/tsify#123.
Sorry, something went wrong.
tlancina
No branches or pull requests
Short description of the problem:
When compiling TypeScript, use the --pretty flag for the TypeScript compiler.
What behavior are you expecting?
See here for more information.
Which Ionic Version? 2.x
The text was updated successfully, but these errors were encountered: