summary refs log tree commit diff stats
path: root/compiler/mangleutils.nim
Commit message (Collapse)AuthorAgeFilesLines
* apply the new mangle algorithm to JS backend for parameters and procs (#23476)ringabout2024-04-051-0/+59
the function name extension encoded by paths could be useful for debugging where the function is from Before: ```js function newSeq_33556909(len_33556911) ``` After: ```js function newSeq__system_u2477(len_p0) ```