0 评论 (0 评论)0 反应 (0 反应)0 负责人 (0 负责人)JavaScript4,759 star (4,759 star)645 fork (645 fork)batch import
help wantednew featurenumber module
- 议题类型
- 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.