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

Source maps support #34

Open
lowjoel opened this issue Oct 23, 2015 · 3 comments
Open

Source maps support #34

lowjoel opened this issue Oct 23, 2015 · 3 comments

Comments

@lowjoel
Copy link

lowjoel commented Oct 23, 2015

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.

@bdrazhzhov
Copy link
Member

Hi @lowjoel,
TypeScript-Rails does not support source maps now. But thanks for issue, I would implement this feature.

@lowjoel
Copy link
Author

lowjoel commented Oct 27, 2015

I'll be looking forward to it!

@jklmli
Copy link

jklmli commented Oct 28, 2015

TypeScript supports inline source maps through the option --inlineSourceMap, you can enable these in development.

See https://github.com/Microsoft/TypeScript/wiki/Compiler-Options

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