]> source.dussan.org Git - sonarqube.git/commit
SONAR-22492 Implement a helper to convert a position in a raw JSON to a path in a...
authorBenjamin Raymond <31401273+7PH@users.noreply.github.com>
Wed, 17 Jul 2024 11:49:10 +0000 (13:49 +0200)
committersonartech <sonartech@sonarsource.com>
Tue, 13 Aug 2024 20:02:46 +0000 (20:02 +0000)
commite6adb0980a1db8a356a7283c240a95b01a90a472
tree13d2208ebc039346fb1413605a2ed21005cca33e
parent999910a8e7865fdf0fde4c8baf8746381a188316
SONAR-22492 Implement a helper to convert a position in a raw JSON to a path in a parsed JSON
server/sonar-web/src/main/js/sonar-aligned/helpers/__tests__/json-issue-mapper-test.ts [new file with mode: 0644]
server/sonar-web/src/main/js/sonar-aligned/helpers/json-issue-mapper.ts [new file with mode: 0644]
server/sonar-web/src/main/js/sonar-aligned/helpers/mocks/fixtures/json/00-object-simple.json [new file with mode: 0644]
server/sonar-web/src/main/js/sonar-aligned/helpers/mocks/fixtures/json/01-object-false-flags.json [new file with mode: 0644]
server/sonar-web/src/main/js/sonar-aligned/helpers/mocks/fixtures/json/02-object-jupyter-notebook.json [new file with mode: 0644]
server/sonar-web/src/main/js/sonar-aligned/helpers/mocks/fixtures/json/03-array-simple.json [new file with mode: 0644]
server/sonar-web/src/main/js/sonar-aligned/helpers/mocks/fixtures/json/04-object-jupyter-notebook-oneline.json [new file with mode: 0644]