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

fix module cache clearing in live mode for Node 12 (closes #4052) #4090

Merged
merged 2 commits into from Aug 8, 2019

Conversation

AlexKamaev
Copy link
Contributor

@AlexKamaev AlexKamaev commented Jul 31, 2019

@testcafe-build-bot
Copy link
Collaborator

@testcafe-build-bot
Copy link
Collaborator

@testcafe-build-bot
Copy link
Collaborator

@testcafe-build-bot
Copy link
Collaborator

@testcafe-build-bot
Copy link
Collaborator

@@ -57,7 +57,7 @@ export default class ModulesGraph {
if (!cache[node])
return;

cache[node] = null;
cache[node] = void 0;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think if we can just delete cache[node], can't we?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can

@testcafe-build-bot
Copy link
Collaborator

Copy link
Contributor

@AndreyBelym AndreyBelym left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, don't merge until testcafe@1.4.0 is released.

@testcafe-build-bot
Copy link
Collaborator

@AndreyBelym AndreyBelym merged commit a148afc into DevExpress:master Aug 8, 2019
kirovboris pushed a commit to kirovboris/testcafe-phoenix that referenced this pull request Dec 18, 2019
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.

None yet

4 participants