Remove Arguments from jsdoc#24583
Conversation
Looks like this was originally added in emscripten-core#10525. Perhaps closure compiler used to have a distinct type for `arguments` builtin in JS? I can't see any mention of it in closure compiler documentation today though. Fixes: emscripten-core#24579
It would make sense, since |
Not documentation, but here's the declaration of extern: https://github.com/google/closure-compiler/blob/71975c675e458b9bfed8fe0e737d388a82b71918/externs/es3.js#L230 |
But we don't use |
I don't know, haven't checked, just saw the PR description and wanted to clarify they're not the same. If it's not used, go for it of course. |
I'm pretty sure it was needed for the cwrap implemention which was converted to the rest operator in #21331 |
Looks like this was originally added in #10525.
Perhaps closure compiler used to have a distinct type for
argumentsbuiltin in JS? I can't see any mention of it in closure compiler documentation today though.Fixes: #24579