theTestTube

Results 5 comments of theTestTube

In my use case, with node v12.16.3, when running `cleanup` beneath REPL an `[ERR_INVALID_REPL_INPUT]: Listeners for uncaughtException cannot be used in the REPL` error is produced, ``` repl.js:253 throw new...

As per NodeJS 14.4 REPL docs [this is normal](https://nodejs.org/api/repl.html#repl_global_uncaught_exceptions). A workaround consists on ignoring `cleanup` when REPL execution is detected, which can actually be a bit tricky, ``` typescript try...

Passing `undefined` as first argument in order to pass this second `options` false argument. I think you should guess which of the true/false options (`rejectPublicSuffixes`, `looseMode`, `prefixSecurity`, `allowSpecialUseDomain`) could be...

Mmmm... might not be the closure compiler version but the default options (more restrictive) your plugin has. I've tried again with r1592 version and the following plugin configuration and didn't...

Please notice on my side, with Maven 3.0, it's inside the plugin dependencies where overriden closure-compiler version must be set (if set at pom plugins take their own version, otherwise...