We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
new TextEncoder()
1 parent dd520b0 commit 5ceea98Copy full SHA for 5ceea98
packages/react-router/lib/server-runtime/crypto.ts
@@ -1,4 +1,4 @@
1
-const encoder = new TextEncoder();
+const encoder = /* @__PURE__ */ new TextEncoder();
2
3
export const sign = async (value: string, secret: string): Promise<string> => {
4
let data = encoder.encode(value);
0 commit comments