0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript4,759 stars (4,759 stars)645 forks (645 forks)batch import
help wantednew featurenumber module
- Issue 種別
- feature
- 調査方針
- The issue requests adding scientific notation support to Globalize's number formatting. The Unicode TR35 specification provides the formatting rules. One should examine the existing number formatter implementation in the source code (likely under 'src/number.js' or similar) to understand how decimal, percent, and currency formats are handled, then extend to support scientific notation. There are no existing comments or PRs to reference.