Commit Graph

3 Commits

Author SHA1 Message Date
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
Ilya Mochalov
abc2bcfb85 node: improved EventEmitter's definition with this-typing 2016-02-25 02:10:08 +05:00
nicojs
d15493ae49 Added typing information for parse5 (github.com/inikulin/parse5) 2016-02-18 22:40:17 +01:00