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

feature: set amdLoaderGlobal to globalThis in case this is not defined #58

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

SimonSiefke
Copy link
Contributor

Helps with microsoft/vscode#160416.

This PR changes the _amdLoaderGlobal to fall back to globalThis when this is undefined. This would be useful for using the AMD loader with ESM, because this at the top level of an ESM module is undefined.

@SimonSiefke SimonSiefke changed the title feature: set amdLoaderGlobal to globalThis in case this is not defined May 28, 2024
@SimonSiefke SimonSiefke changed the title feature: set amdLoaderGlobal to globalThis in case this is not defined May 28, 2024
@alexdima
Copy link
Member

Thank you!

@vs-code-engineering vs-code-engineering bot added this to the August 2024 milestone Aug 21, 2024
@alexdima alexdima merged commit a4681f9 into microsoft:main Aug 21, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants