mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-14 13:10:28 +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.