-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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 map location error #7655
Comments
finally, It seems that all ml comments are problematic... everywhere in sources not only between methods |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. |
I just tried the reproduction and it appears to be working fine with Parcel 2.2.1 |
I'm using parcel 2.6.2 and it happens. 🤷♂️ I don't have anything I can contribute to a reproducible test case though. |
Using Parcel 2.6.0 and it is still broken. However, a work-around can be found here: https://www.npmjs.com/package/parcel-transformer-tsc-sourcemaps |
PR to fix this: #8734 |
Parcel 2 / typescript 4.5 / windows 10
multiline comments between methods in a class are not taken in account in the generated .map file
example 1:
demo.zip
Thanks
Etienne
The text was updated successfully, but these errors were encountered: