eemeli / intl-pluralrules

Polyfill for Intl.PluralRules
https://www.npmjs.com/package/intl-pluralrules
ISC License
41 stars 7 forks source link

Property 'Intl' doesn't exist #39

Open see2ever opened 6 months ago

see2ever commented 6 months ago

plural-rules.mjs imports plural-rules.mjs at the beginning, and this file directly uses Intl.NumberFormat at the end. If the environment does not have the definition of Intl, it will throw this error.

see2ever commented 6 months ago

for now, version 1.3 is enough for me and without this bug