closure-compiler icon indicating copy to clipboard operation
closure-compiler copied to clipboard

Specify type of digits in Number.toFixed

Open zbynek opened this issue 1 year ago • 2 comments

According to the docs this argument has to be a number. Using the more specific type is needed for https://github.com/google/elemental2/issues/129

zbynek avatar Feb 20 '24 20:02 zbynek

@h-joo thanks for merging my other PR, will you be able to check/merge this one too?

zbynek avatar Feb 27 '24 07:02 zbynek

@h-joo thanks for merging my other PR, will you be able to check/merge this one too?

First I want thank you for your contribution! I actually am happy with the current state of the PR, but this change broke some internal projects so I'm fixing them up before I can merge this in.

h-joo avatar Feb 27 '24 21:02 h-joo