Skip to content

Commit

Permalink
fix: added other migrate from old macro to new
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio committed Oct 23, 2020
1 parent 36a9d7d commit 0d48f5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions transforms/v2-to-v3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ function changeFromMacroToCore(root: Collection , j: JSCodeshift) {

migrateTo(root, linguiMacroImports, j, "number", "number", "@lingui/core");
migrateTo(root, linguiMacroImports, j, "date", "date", "@lingui/core");
migrateTo(root, linguiMacroImports, j, "NumberFormat", "number", "@lingui/core");
}

/**
Expand Down

0 comments on commit 0d48f5b

Please sign in to comment.