cheminfo / openchemlib-js

JavaScript port of OpenChemLib
https://cheminfo.github.io/openchemlib-js/index.html
BSD 3-Clause "New" or "Revised" License
72 stars 21 forks source link

feat: expose CanonizerUtil #131

Closed lpatiny closed 2 years ago

lpatiny commented 2 years ago

@targos I'm trying to expose the static method CanonizerUtil.getIDCode() however in the build CanonizerUtil does not appear and I don't know why.

Where should I specify that this class is publicly available ?

targos commented 2 years ago

If it doesn't appear in the build, that means there is an error somewhere. You can pass the --verbose flag to the build script and it will create a log file.