emscripten-core / emscripten-core/emscripten
--emit-tsd does not output function argument names
Open
embind
- Dominant language
- C++
- Stars
- 27.6k
- Forks
- 3.6k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 105
Description
When using --emit-tsd, all of the function arguments in the resulting .d.ts file are named _0, _1, etc. They have correct types, but the real argument names are important to me. Am I missing a compiler flag that would enable outputting argument names, or is this not yet implemented?
Contributor guide
Assessment
This issue has not been assessed yet.