Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix global reference to Promise (#21926)
Referencing Promise without a type check will throw in environments where Promise is not defined. We will follow up with a lint rule that restricts access to all globals except in dedicated module indirections.
- Loading branch information