NaturalIntelligence / fast-xml-parser

Validate XML, Parse XML and Build XML rapidly without C/C++ based libraries and no callback.
https://naturalintelligence.github.io/fast-xml-parser/
MIT License
2.45k stars 296 forks source link

fix: return type for `tagValueProcessor` & `attributeValueProcessor` #582

Closed monholm closed 2 months ago

monholm commented 1 year ago

Resolves #581

Purpose / Goal

Addresses #581

Type

Please mention the type of PR

monholm commented 2 months ago

Fixed the merge conflicts. With the recent addition of JSDocs, the discrepancy has become event more apparent as the JSDocs and TS types doesn't match.

@amitguptagwl anything I can do to help move this along? :)

amitguptagwl commented 2 months ago

Thanks for the correction

coveralls commented 2 months ago

Coverage Status

coverage: 98.26%. remained the same when pulling 4d53abda76698729699dcf087ab4ab52708a7252 on monholm:fix/types into 91187361b12988ca9a90b028c9e6006ca066be41 on NaturalIntelligence:master.