google/closure-compiler
Ver no GitHubI think parseInt radix should be optional
Open
#3.230 aberto em 12 de fev. de 2019
P4good first issueinternal-issue-createdtriage-done
Description
I understand why this is. But if feels like a very old legacy issue...
Nowdays all browser use radix 10 as default and has done so for a long time. And the likelihood of someone starting the number with 0 and using IE8 is very slim. Many have stop supporting old browsers
* @param {number=} base