Skip to content

Commit

Permalink
fix(Intl.NumberFormat): add check for the 'unit' option
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Mar 8, 2021
1 parent 2651b6d commit c5c2f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constant/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2897,7 +2897,7 @@ export const constant: IConstant = {
meta: {
localeDir: "locale-data"
},
features: ["javascript.builtins.Intl.NumberFormat"],
features: ["javascript.builtins.Intl.NumberFormat", "javascript.builtins.Intl.NumberFormat.NumberFormat.unit"],
version: environment.NPM_PACKAGE_DEPENDENCIES__FORMATJS_INTL_NUMBERFORMAT,
dependencies: [
"intl.plural-rules",
Expand Down

0 comments on commit c5c2f72

Please sign in to comment.