DefinitelyTyped/parse5
Flavien Normand 18ae8e8b46 Edited getAttrList to return ASTAttribute[]. (#9504)
* [Fix] Edited getAttrList() signature to fix an issue making parse5 unable to add attributes to a node, getAttrList() returns an ASTAttribute[] not an Attribute[] because its entries does not contain property 'key' but they do have property 'name'. Fixes #9235

* [Fix] Edited getAttrList() signature to fix an issue making parse5 unable to add attributes to a node, getAttrList() returns an ASTAttribute[] not an Attribute[] because its entries does not contain property 'key' but they do have property 'name'. Fixes #9235
2016-06-03 00:18:56 +09:00
..
parse5-tests.ts
parse5.d.ts Edited getAttrList to return ASTAttribute[]. (#9504) 2016-06-03 00:18:56 +09:00