hoangvvo / next-session

Simple promise-based session middleware for Next.js, micro, Express, and more
https://www.npmjs.com/package/next-session
MIT License
349 stars 23 forks source link

Remove class-properties from MemoryStore #352

Closed hoangvvo closed 2 years ago

hoangvvo commented 2 years ago

as this is an ES2022 feature.

changeset-bot[bot] commented 2 years ago

⚠️ No Changeset found

Latest commit: 4a1c720627034912bc68f15f8d291d5e8a94da53

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

codecov[bot] commented 2 years ago

Codecov Report

Merging #352 (4a1c720) into master (4e58dc0) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #352   +/-   ##
=======================================
  Coverage   99.17%   99.17%           
=======================================
  Files           6        6           
  Lines         121      121           
  Branches       37       37           
=======================================
  Hits          120      120           
  Misses          1        1           
Impacted Files Coverage Δ
src/memory-store.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4e58dc0...4a1c720. Read the comment docs.