rsnext/test/integration/config-devtool-dev
Will Binns-Smith b19585f7fa
Turbopack: convert between locations correctly (#61477)
- parsed stack traces (and error stack locations in js) have 1-based
lines and 1-based columns
- source map tokens have 0-based lines and 0-based columns
- babel code frames use 1-based lines and 0-based columns

This was not always respected. This preserves the 1-based lines and
columns in anything called a stack frame, 0-based lines and columns for
source map apis, and converts to babel’s format as needed.


Closes PACK-2341

---------

Co-authored-by: Tobias Koppers <tobias.koppers@googlemail.com>
2024-02-06 11:09:48 -08:00
..
pages Warn/revert custom devtool in development mode (#14285) 2020-06-24 04:15:57 +00:00
test Turbopack: convert between locations correctly (#61477) 2024-02-06 11:09:48 -08:00
next.config.js Warn/revert custom devtool in development mode (#14285) 2020-06-24 04:15:57 +00:00