Leonidas-from-XIV / node-xml2js

XML to JavaScript object converter.
MIT License
4.84k stars 596 forks source link

xml2js.bc.js file in npm package #698

Open StebanDev opened 9 months ago

StebanDev commented 9 months ago

I discovered the xml2js.bc.js file in the lib folder of the installed npm package. It's not in the GitHub repository, leaving me curious about its origin and purpose. I've manually deleted it to reduce my project's bundle size, but I also wish to have it removed from the npm package.

CleanShot 2023-09-23 at 19 45 02

Leonidas-from-XIV commented 9 months ago

It is the bytecode compiled version of the OCaml port, has been included in the npm package by accident.

StebanDev commented 9 months ago

Cool, thanks for clarifying. Hope it gets removed in the next release 🚀