Closed MangelMaxime closed 3 years ago
Because Glutinum goal is to try create glues automatically from d.ts files instead of making all the glues non pure bindings. I will instead make they pure by default and have another package containing the additional code (which is optional).
Not all the packages related to Express are pure bindings for example "body-parser" is not.
We need to make Express a non pure bindings (use
.fable
folder) otherwise there is an error when consuming some part of the package https://github.com/fable-compiler/Fable/issues/2424Try to make just Express a non pure bindings if it is not enough all packages should be made non pure bindings