Skip to content

Conversation

Ayoub-Mabrouk
Copy link

@Ayoub-Mabrouk Ayoub-Mabrouk commented Mar 13, 2025

refactor: optimize serialization function with modern JavaScript features

  • Replaced string concatenation with template literals for better readability.
  • Simplified option validation using object maps for priority and sameSite.
  • Improved type safety with instanceof Date check for expires and added const assertions.
  • Enhanced sameSite handling for boolean values.
  • Removed unused isDate helper.

…ures

- Replaced string concatenation with template literals for better readability.
- Simplified option validation using object maps for priority and sameSite.
- Improved type safety with `instanceof Date` check for `expires` and added const assertions.
- Enhanced sameSite handling for boolean values.
- Removed unused isDate helper.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant