MCPcopy
hub / github.com/formatjs/formatjs / toString

Method toString

packages/intl-locale/index.ts:620–622  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

618 }
619
620 public toString(): string {
621 return getInternalSlots(this).locale
622 }
623
624 public get baseName(): string {
625 const locale = getInternalSlots(this).locale

Callers 15

updateCandidateMethod · 0.45
formatDate.test.tsFile · 0.45
error.test.tsFile · 0.45
formatTime.test.tsFile · 0.45
core.tsFile · 0.45
transformFunction · 0.45
buildWithWebpackFunction · 0.45
buildWithRspackFunction · 0.45
CanonicalizeLocaleListFunction · 0.45
__addLocaleDataMethod · 0.45
mainFunction · 0.45
ToIntlMathematicalValueFunction · 0.45

Calls 1

getInternalSlotsFunction · 0.70

Tested by 2

buildWithWebpackFunction · 0.36
buildWithRspackFunction · 0.36