summary refs log tree commit diff stats
path: root/compiler/msgs.nim
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2024-04-05 14:54:48 +0800
committerGitHub <noreply@github.com>2024-04-05 08:54:48 +0200
commitfc48c7e6155d4e3f4991f90ab3fb37484c6fbdc2 (patch)
treeeee09bd1f1b3da1d0bf0d6620e784c002e30a7f5 /compiler/msgs.nim
parente4522dc87f010eebc3e3ded9c3d2ec4ebe3335d9 (diff)
downloadNim-fc48c7e6155d4e3f4991f90ab3fb37484c6fbdc2.tar.gz
apply the new mangle algorithm to JS backend for parameters and procs (#23476)
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)
```
Diffstat (limited to 'compiler/msgs.nim')
0 files changed, 0 insertions, 0 deletions