summaryrefslogtreecommitdiff
path: root/source/compiler-core/slang-json-source-map-util.cpp
AgeCommit message (Collapse)Author
2023-03-29Add missing initializer in json source map decoding (#2752)Ellie Hermaszewska
2023-03-27Using SourceMap for location output (#2736)jsmall-nvidia
* #include an absolute path didn't work - because paths were taken to always be relative. * WIP using SourceMap with SourceManager. * Add a test to check obfuscation map is working. --------- Co-authored-by: Yong He <yonghe@outlook.com>