Javascript implementation of java's String.format(), with additions to support formatting a percentage and postfix-SI, like 120M, 30K. Basic start of porting Formatter.format() to javascript.
I'm maintaining vscode-standard-format extension, after upgrade to the latest Code v0.10.10, Format Code does not work when I try to format JavaScript code. When debugging, I found the format function ...