Open BobbieGoede opened 2 months ago
I might be mistaken but the mergeDeep function looks similar to (maybe an older version of) the deepCopy function exported by @intlify/shared. Replacing it should make it easier to maintain across packages and possibly prevent issues that we have already solved (such as https://github.com/intlify/vue-i18n/pull/1947).
mergeDeep
deepCopy
@intlify/shared
-
unplugin-vue-i18n
No response
This isn't really a bug (not sure if people are experiencing with deep copy in this plugin) but more of a maintenance issue, I haven't tried reproducing previously found deepCopy issues using the code here.
Reporting a bug?
I might be mistaken but the
mergeDeep
function looks similar to (maybe an older version of) thedeepCopy
function exported by@intlify/shared
. Replacing it should make it easier to maintain across packages and possibly prevent issues that we have already solved (such as https://github.com/intlify/vue-i18n/pull/1947).Expected behavior
-
Reproduction
-
Issue Package
unplugin-vue-i18n
System Info
Screenshot
No response
Additional context
No response
Validations