mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-25 15:54:35 +00:00
DOM updates in 3.9 mean that Typescript now knows that `HTMLBodyElement.ownerDocument` can't actually be null. Previously, a non-null assertion was needed. Because the tests have to compile on 3.9 AND older versions, I just disabled the rule.