CoderMuffin

Results 5 comments of CoderMuffin

@strager @vegerot maybe it should be a warning unless it is immediately compared to "undefined"? maybe a config setting could be added to disable it if it is too aggressive

Hi @strager, I would be interested in tackling this issue :) Are strings within the parser encoded in any specific format (UTF-8, UTF-16\*\*) or does it need to be able...

Hi @strager, Sorry for the ping, just wondering if there was any update on this? Thanks :)

Hi @strager, I would love to tackle this issue if that's ok :)

@NabiKAZ This can also be resolved by removing the `default`: ```js const JSEncrypt = require("jsencrypt"); //note the missing ".default" let crypt = new JSEncrypt(); // etc. ```