-
Notifications
You must be signed in to change notification settings - Fork 109
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
Support sourcemaps in TypeScript sources #345
Comments
See angular/angular#14013 for the tracking issue. Note that this can be implemented in parallel with the issue above. |
I think this is more of an issue with TypeScript itself, isn't it? |
Yes. |
Can you cross-reference an issue against TypeScript itself?
|
Typescript issue: microsoft/TypeScript#13944 |
Fixed by #364 |
The upcoming Angular release will generate sourcemaps from template files into the
.ngfactory.ts
files. These sourcemaps then need to be combined with other sourcemaps produced by TypeScript, Tsickle, ...The text was updated successfully, but these errors were encountered: