next.js
ee6e35a1 - Omit unused `encryptActionBoundArgs`/`decryptActionBoundArgs` imports (#86015)

Commit
71 days ago
Omit unused `encryptActionBoundArgs`/`decryptActionBoundArgs` imports (#86015) When a module does not include any `'use server'` or `'use cache'` closures that use variables from their outer scope, the imports for `encryptActionBoundArgs` and `decryptActionBoundArgs` are unnecessary. > [!TIP] > Review with hidden whitespace changes.
Author
Parents
Loading