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

refactor(types): allow to omit options when creating a XMLBuilder instance #556

Closed p-kuen closed 1 year ago

p-kuen commented 1 year ago

Purpose / Goal

Allow to omit options when creating a XMLBuilder instance

The code allows to pass undefined for options.

Type

Please mention the type of PR

Note : Please ensure that you've read contribution guidelines before raising this PR. If your PR is in progress, please prepend [WIP] in PR title. Your PR will be reviewed when [WIP] will be removed from the PR title.

Bookmark this repository for further updates.

coveralls commented 1 year ago

Coverage Status

Coverage: 98.156%. Remained the same when pulling 9b4787e174afb78e18712aedee5204bf47e02818 on p-kuen:patch-1 into 292fb784334043214e29fa60adbb5630a36f5768 on NaturalIntelligence:master.