Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not declare global types/constants (#524)
The submit-event polyfill was being interpreted by TSC as a script and not a module. This caused all the declarations there to be treated as global in the exported types.
- Loading branch information