Skip to content

Commit

Permalink
fix(core): use named instead of default export for unraw lib (#1837)
Browse files Browse the repository at this point in the history
  • Loading branch information
timofei-iatsenko authored Jan 17, 2024
1 parent 7386ee6 commit 85f0944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/interpolate.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { CompiledMessage, Formats, Locales, Values } from "./i18n"
import { date, number, plural, type PluralOptions } from "./formats"
import { isString } from "./essentials"
import unraw from "unraw"
import { unraw } from "unraw"

export const UNICODE_REGEX = /\\u[a-fA-F0-9]{4}|\\x[a-fA-F0-9]{2}/g

Expand Down

1 comment on commit 85f0944

@vercel
Copy link

@vercel vercel bot commented on 85f0944 Jan 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.