glutinum-org / Glutinum

MIT License
30 stars 3 forks source link

Fix express related packages #6

Closed MangelMaxime closed 2 years ago

MangelMaxime commented 3 years ago

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/2424

Try to make just Express a non pure bindings if it is not enough all packages should be made non pure bindings

MangelMaxime commented 2 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).