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
SDK version used
3.840
Environment details (OS name and version, etc.)
MacOS 15.5
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 installAcknowledgements
SDK version used
3.840
Environment details (OS name and version, etc.)
MacOS 15.5