Alexander Korepanov
6df0e0c847
[JS FIR] Enable FirJsLineNumberTests for FIR
...
^KT-64426 Fixed
2024-01-10 19:02:15 +00:00
Sergej Jaskiewicz
43c5c8b44f
[JS IR] Fix debug info for Char, Long, and unsigned integer literals
...
Map class constructor calls to the literals they were generated
from.
#KT-46276
2022-11-02 13:13:59 +00:00
Sergej Jaskiewicz
a939f9ccd0
[JS IR] Improve debug info precision for blocks
...
Namely:
- Generate debug info for closing braces, which allows the breakpoints
set on closing braces to be hit
- Generate debug info for 'if' and 'try/catch' statements.
KT-46276
2022-10-18 14:31:14 +00:00
Sergej Jaskiewicz
d9681caf0c
[JS IR] Generate 'names' entries for functions in sourcemaps
2022-10-14 10:09:40 +00:00
Sergej Jaskiewicz
e0dcb0975a
[JS IR] Enable line number tests for JS IR
2022-03-28 21:47:43 +00:00
Roman Artemev
46b98a1e98
[JS BE] Make sourceMap generation more precise
...
- Don't produce mapping for closing bracket in case of expressionBody
- Map Kt*Function declaration into corresponding js fun declaration
- Update test data & add new test
2019-07-24 18:56:40 +03:00
Anton Bannykh
04cbea4956
JS: fix Long constant translation (KT-19228 fixed)
2018-03-15 14:58:10 +03:00
Alexey Andreev
1e74325c52
Generated source map for JS function's closing curly bracket
2017-07-06 10:20:44 +03:00
Alexey Andreev
6e489900cb
Fix generation of JS source maps for long literals
2017-05-30 12:48:51 +03:00