microsoft / dts-gen

dts-gen creates starter TypeScript definition files for any module or library.
MIT License
2.43k stars 102 forks source link

JavaScript heap out of memory #66

Open bufke opened 7 years ago

bufke commented 7 years ago

To reproduce just run dts-gen -m libsodium-wrappers

The package uses crypto so it makes sense it's heavy on ram. Not sure if there is a way to work around this.

SolAZDev commented 3 years ago

Same over here with libsodium in general.