mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-27 13:50:12 +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.