vscode-js-debug/testWorkspace/sourceMapLocations
Connor Peet 0f77ff28c1
fix: breakpoint applying incorrectly in babel TS code (#238)
* fix: breakpoint applying incorrectly in babel TS code

Fixes #231

I made this change several months ago and noted and issue that required
us to use LEAST_UPPER_BOUND, however I'm no longer able to reproduce it
and this fixes babel positioning. I put together a couple test cases
to ensure the positions are correct; if we run into more problems, we
can add cases for them and fix them.

* fix: off-by-one error in source mapped columns

* fix: fully qualified name on windows

Fixes #213

* fixup! improve breakpoint position match algorithm

* fixup! pr comments
2020-01-16 09:21:19 -08:00
..
babel.js fix: breakpoint applying incorrectly in babel TS code (#238) 2020-01-16 09:21:19 -08:00
babel.js.map fix: breakpoint applying incorrectly in babel TS code (#238) 2020-01-16 09:21:19 -08:00
tsc.js fix: breakpoint applying incorrectly in babel TS code (#238) 2020-01-16 09:21:19 -08:00
tsc.js.map fix: breakpoint applying incorrectly in babel TS code (#238) 2020-01-16 09:21:19 -08:00