Leonidas-from-XIV / node-xml2js

XML to JavaScript object converter.
MIT License
4.91k stars 606 forks source link

xml2js.bc.js file in npm package #698

Open StebanDev opened 1 year ago

StebanDev commented 1 year 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 1 year ago

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

StebanDev commented 1 year ago

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

CosminPerRam commented 2 months ago

Bump.