Go's strconv package in TypeScript


Help us add more

Got a rainy Sunday afternoon and a taste for a porting puzzle?

We will then review it. If it's useful to the project and in line with our contributing guidelines your work will become part of Locutus and you'll be automatically credited in the authors section accordingly.

Upstream Surface Inventory 10/34 shipped • 12 next 29%

Namespace-level inventory for Go 1.23: what we already ship, what we may still want, and what we intentionally skip or keep.

strconv

Go 1.23 · Catalog source: live runtime snapshot golang:1.23:strconv

45% shipped
10/22 shipped 12 next 12 explicit non-goals
Shipped (10)

Next

Parse and format helpers are strong plain-value portability targets.

  • CanBackquote
  • FormatUint
  • IsGraphic
  • IsPrint
  • ParseUint
  • QuotedPrefix
  • QuoteRune
  • QuoteRuneToASCII
  • QuoteRuneToGraphic
  • QuoteToASCII
  • QuoteToGraphic
  • UnquoteChar
Explicit non-goals (12)
  • AppendBool Skip Byte-slice append APIs do not fit Locutus' current plain-value model.
  • AppendFloat Skip Byte-slice append APIs do not fit Locutus' current plain-value model.
  • AppendInt Skip Byte-slice append APIs do not fit Locutus' current plain-value model.
  • AppendQuote Skip Byte-slice append APIs do not fit Locutus' current plain-value model.
  • AppendQuoteRune Skip Byte-slice append APIs do not fit Locutus' current plain-value model.
  • AppendQuoteRuneToASCII Skip Byte-slice append APIs do not fit Locutus' current plain-value model.
  • AppendQuoteRuneToGraphic Skip Byte-slice append APIs do not fit Locutus' current plain-value model.
  • AppendQuoteToASCII Skip Byte-slice append APIs do not fit Locutus' current plain-value model.
  • AppendQuoteToGraphic Skip Byte-slice append APIs do not fit Locutus' current plain-value model.
  • AppendUint Skip Byte-slice append APIs do not fit Locutus' current plain-value model.
  • FormatComplex Skip Complex-number formatting does not fit JS plain values.
  • ParseComplex Skip Complex-number parsing does not fit JS plain values.

« More Go functions