Skip to content

Upgrade fast-xml-parser to 5.2.5 to support ESMΒ #7174

@perpil

Description

@perpil

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

Metadata

Metadata

Assignees

Labels

feature-requestNew feature or enhancement. May require GitHub community feedback.p2This is a standard priority issue

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions