Skip to content

Comments

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

Merged
alexdima merged 1 commit intomicrosoft:mainfrom
SimonSiefke:feature/amd-loader-global-this
Aug 21, 2024
Merged

feature: set amdLoaderGlobal to globalThis in case this is not defined#58
alexdima merged 1 commit intomicrosoft:mainfrom
SimonSiefke:feature/amd-loader-global-this

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 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 feature: set amdLoaderGlobal to globalThis in case this is not defined May 28, 2024
@alexdima
Copy link
Member

Thank you!

@alexdima alexdima enabled auto-merge August 21, 2024 07:22
@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
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.

3 participants