Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(typescript): migrate session-stores to typescript #2884

Merged
merged 7 commits into from
Dec 27, 2024

Conversation

BobrImperator
Copy link
Collaborator

@BobrImperator BobrImperator commented Dec 27, 2024

  • Refactors the session-stores to typescript

An interesting thing I found here is that the cookie session-store must use init method instead of a constructor because of some initialization timing issues.
Tests extend these classes and change some fields where changing init to constructor changes the behavior.

Copy link

github-actions bot commented Dec 27, 2024

Some tests with 'continue-on-error: true' have failed:

  • classic-test-app test:one ember-beta

  • classic-test-app test:one ember-canary

  • test-app test:one ember-canary

    Created by continue-on-error-comment

Copy link

Some tests with 'continue-on-error: true' have failed:

  • test-app test:one ember-beta

Created by continue-on-error-comment

@BobrImperator BobrImperator merged commit b3ff5fb into master Dec 27, 2024
42 of 44 checks passed
@BobrImperator BobrImperator deleted the typescript-stores branch December 27, 2024 04:01
@github-actions github-actions bot mentioned this pull request Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant