Mirek Rusin
Mirek Rusin
vscode with flow extension fails with "Unexpected end of input, expected the token }" as it digs into this test file. Just drop test from being published in npm, tests...
It's trivial to implement, will do it on the weekend if I find some time. Thanks.
It's true that nodejs crypto is used as default and internal one is not exported. I left internal implementation unfinished in this state. The real sin is stating in readme...
Fair enough, I thought stacktrace gives enough hints. I'll try to narrow it down.
Is there a way to dump it easily? Still going through picking changes from refactor pull request that introduced it (it's quarter of a million LoC project).
@Andarist yes, this build fixes issue on my side. There is no crash. I can see some type errors, some look completely unrelated, some look closer to the changes introduced...
@Andarist looks good on my side, there is no crash.
Have you tried `require("babel/polyfill");` instead at entry point of your script?
Yes, I'd like to modernize it a bit. I think we could drop babel completely now.
> Modernizing this (dropping babel) would make this awesome library much more easier to install & use. 👍 True, for now you may be interested in alternative https://github.com/appliedblockchain/assert-combinators - it...