-
-
Notifications
You must be signed in to change notification settings - Fork 536
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 broken under Windows since 8.10.0 (ESM support) #1037
Closed
shunf4 opened this issue
May 12, 2020
· 3 comments
· Fixed by #1038, SalesforceCommerceCloud/raml-toolkit#144 or hashim21223445/cloud-config-parser#2 · May be fixed by 82ndAirborneDiv/Azure-Network-Security#4 or 82ndAirborneDiv/Azure-Sentinel#4
Closed
Source maps broken under Windows since 8.10.0 (ESM support) #1037
shunf4 opened this issue
May 12, 2020
· 3 comments
· Fixed by #1038, SalesforceCommerceCloud/raml-toolkit#144 or hashim21223445/cloud-config-parser#2 · May be fixed by 82ndAirborneDiv/Azure-Network-Security#4 or 82ndAirborneDiv/Azure-Sentinel#4
Labels
Comments
Thanks for the detailed report. I'm able to reproduce this and confirm it broke on ts-node 8.10. 8.9.1 still works. |
Found the bug. We started normalizing to |
1 task
@shunf4 once the fix passes code review, I'll publish a new release. |
This was referenced May 23, 2020
This was referenced Sep 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
Source maps work under Windows 10 in 8.10.0 and later versions.
Actual Behavior
Source maps are broken under Windows 10 since 8.10.0 (ESM support). Under GNU/Linux it works well.
Steps to reproduce the problem
test.ts:
Running
ts-node test.ts
should always give output like this:When running under Windows 10, ts-node 8.10.0 and later give:
The line number do not correspond to the .ts file. The source map is broken.
Minimal reproduction
See "Steps to reproduce the problem".
Specifications
The text was updated successfully, but these errors were encountered: