-
Notifications
You must be signed in to change notification settings - Fork 12k
Source maps issues and typescript 1.8+ incompatibilities. #1266
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
Comments
The default mapRoot setting and code generation does not work with typescript 1.8+ as noted in the comments for the "fixSourceMapSources" function in broccoli-typescript.js. I removed the "fixSourceMapSources" function and also removed the default mapRoot setting. This fix was suggested by KirNekrasov in his comments to the bug. angular#1266
Removed the inputFilePath variable that is no longer needed and was causing lint to fail. angular#1266
Hi, Just adding a temporary workaround in case anyone wants to debug while this is fixed. This is working for me for TypeScript 1.8.10 and Visual Studio Code Version 1.3.0 (1.3.0) Mac.
=> This will bring .html files and other assets into the
=> This will update the source maps as compiled by TSC without broccoli.
Launch the debug config from Visual Studio Code. Your break points should be hit in your TS files |
Closed as issue was made obsolete by #1455. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
angular-cli: 1.0.0-beta8
node: 6.2.2
os: win32 x64
typescript: 1.8.10
chrome: 51.0.2704.103
The text was updated successfully, but these errors were encountered: