-
-
Notifications
You must be signed in to change notification settings - Fork 532
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
10.8.1 regression - sourcemaps are invalid resulting in an unusable debugger #1797
10.8.1 regression - sourcemaps are invalid resulting in an unusable debugger #1797
Comments
Same here. I can confirm this. With 10.8.1 debugging isnt possible anymore. Everthing fine with 10.8.0. |
Yeah I'm gonna roll this back. Haven't had time to make a release but
hoping to do so today or tomorrow.
…On Mon, Jun 27, 2022, 1:20 PM Philluxx ***@***.***> wrote:
Same here. I can confirm this. With 10.8.1 debugging isnt possible
anymore. Everthing fine with 10.8.0.
—
Reply to this email directly, view it on GitHub
<#1797 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAC35OBUDUN6XWADQE62C3LVRHPGDANCNFSM5Y3UX2GA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ts-node](https://typestrong.org/ts-node) ([source](https://github.com/TypeStrong/ts-node)) | devDependencies | patch | [`10.8.1` -> `10.8.2`](https://renovatebot.com/diffs/npm/ts-node/10.8.1/10.8.2) | --- ### Release Notes <details> <summary>TypeStrong/ts-node</summary> ### [`v10.8.2`](https://github.com/TypeStrong/ts-node/releases/tag/v10.8.2) [Compare Source](TypeStrong/ts-node@v10.8.1...v10.8.2) **Fixed** - Revert "Use file URL for source map paths" ([#​1821](TypeStrong/ts-node#1821)) [@​cspotcode](https://github.com/cspotcode) - Fixes [#​1790](TypeStrong/ts-node#1790): ts-node 10.8.1 regression where `nyc` code coverage reports had incorrect paths - Fixes [#​1797](TypeStrong/ts-node#1797): ts-node 10.8.1 regression where breakpoints did not hit in VSCode debugging - Allow JSON imports in node 16.15 and up ([#​1792](TypeStrong/ts-node#1792)) [@​queengooborg](https://github.com/queengooborg) - JSON imports were already supported in v17.5 and up - this change extends support to >=16.15.0,<17.0.0 - These version ranges match vanilla node's support for JSON imports https://github.com/TypeStrong/ts-node/milestone/15?closed=1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: cabr2-bot <[email protected]> Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1446 Reviewed-by: Epsilon_02 <[email protected]> Co-authored-by: Calciumdibromid Bot <[email protected]> Co-committed-by: Calciumdibromid Bot <[email protected]>
looks like it's still happening for 10.9.1 |
actually even with 10.8.2 🤦 |
Search Terms
Expected Behavior
Debugger should be able to set breakpoints in source
.ts
files that map correctly to the transpiled code generated byts-node
.Actual Behavior
Breakpoints set in source files are not being registered on correct lines in the transpiled js.
NOTE: This issue is a regression in
10.8.1
, tested10.8.0
with no issues.Steps to reproduce the problem
Minimal reproduction
Posting without reproduction for now. Will update with minimal example later in the day.
Specifications
The text was updated successfully, but these errors were encountered: