- 
                Notifications
    You must be signed in to change notification settings 
- Fork 637
Closed
Labels
feature-requestNew feature or enhancement.  May require GitHub community feedback.New feature or enhancement.  May require GitHub community feedback.p2This is a standard priority issueThis is a standard priority issue
Description
Describe the feature
I recently discovered v5 of fast-xml-parser supports ESM: see https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md
Can you test for compatibility and update the SDK to use version 5.2.5?  In my tests, it saves 18K when you bundle with esbuild and removes the last remaining CJS dependency.
Use Case
Remove the last remaining CJS only dependency.
Proposed Solution
Update fast-xml-parser to ~5.2.5
Other Information
To test, I added the following to my package.json and ran npm install
  "overrides": {
    "fast-xml-parser": "5.2.5"
  }Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
SDK version used
3.840
Environment details (OS name and version, etc.)
MacOS 15.5
dreamorosi
Metadata
Metadata
Assignees
Labels
feature-requestNew feature or enhancement.  May require GitHub community feedback.New feature or enhancement.  May require GitHub community feedback.p2This is a standard priority issueThis is a standard priority issue