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
Does TypeScript-Rails generate source maps? This would greatly help debugging.
I know the infrastructure for source maps are coming in sprockets v4, but I think CoffeeScript and Sass both have source map gems already.
The text was updated successfully, but these errors were encountered:
Hi @lowjoel, TypeScript-Rails does not support source maps now. But thanks for issue, I would implement this feature.
Sorry, something went wrong.
I'll be looking forward to it!
TypeScript supports inline source maps through the option --inlineSourceMap, you can enable these in development.
--inlineSourceMap
See https://github.com/Microsoft/TypeScript/wiki/Compiler-Options
No branches or pull requests
Does TypeScript-Rails generate source maps? This would greatly help debugging.
I know the infrastructure for source maps are coming in sprockets v4, but I think CoffeeScript and Sass both have source map gems already.
The text was updated successfully, but these errors were encountered: