mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 00:42:40 +01:00
List all DOM extension classes as extension classes for static analysis purposes
Summary: See D6895. We currenty whitelist one of the DOM classes, but should whitelist them all. Classes not in this whitelist raise warnings when users who don't have the corresponding extensions installed lint code. We don't want to require you to install every extension just to send diffs, so we whitelist stuff that we know would exist if you did install everything. Test Plan: bwahaha Reviewers: btrahan, Firehed Reviewed By: Firehed CC: aran Differential Revision: https://secure.phabricator.com/D6896
This commit is contained in:
parent
5b869c2349
commit
9f6035b2c6
1 changed files with 30 additions and 0 deletions
|
@ -1 +1,31 @@
|
|||
DOMException
|
||||
DOMStringList
|
||||
DOMNameList
|
||||
DOMImplementationList
|
||||
DOMImplementationSource
|
||||
DOMImplementation
|
||||
DOMNode
|
||||
DOMNameSpaceNode
|
||||
DOMDocumentFragment
|
||||
DOMDocument
|
||||
DOMNodeList
|
||||
DOMNamedNodeMap
|
||||
DOMCharacterData
|
||||
DOMAttr
|
||||
DOMElement
|
||||
DOMText
|
||||
DOMComment
|
||||
DOMTypeinfo
|
||||
DOMUserDataHandler
|
||||
DOMDomError
|
||||
DOMErrorHandler
|
||||
DOMLocator
|
||||
DOMConfiguration
|
||||
DOMCdataSection
|
||||
DOMDocumentType
|
||||
DOMNotation
|
||||
DOMEntity
|
||||
DOMEntityReference
|
||||
DOMProcessingInstruction
|
||||
DOMStringExtend
|
||||
DOMXPath
|
||||
|
|
Loading…
Reference in a new issue