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

Bugfix: new loader feature was missing cache update #20697

Merged
merged 1 commit into from May 14, 2024
Merged

Bugfix: new loader feature was missing cache update #20697

merged 1 commit into from May 14, 2024

Conversation

ef4
Copy link
Contributor

@ef4 ef4 commented May 13, 2024

#20675 included a small addition to the basic AMD loader that ships inside ember-source for use in node. I added the ability to register a whole preexisting module.

But when using that feature, we don't stick the results into the seen cache, so subsequent requests will see an empty module.

#20675 included a small addition to the basic AMD loader that ships inside ember-source for use in node. I added the ability to register a whole preexisting module.

But when using that feature, we don't stick the results into the seen cache, so subsequent requests will see an empty module.
@ef4 ef4 added the Bug label May 13, 2024
@ef4 ef4 merged commit 775dcdc into main May 14, 2024
26 checks passed
@ef4 ef4 deleted the loader-bug branch May 14, 2024 13:15
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.

None yet

2 participants