bitwiseshiftleft / sjcl

Stanford Javascript Crypto Library
http://bitwiseshiftleft.github.com/sjcl/
Other
7.18k stars 987 forks source link

Changed to arrow function syntax of ES6 #372

Closed JorisGutjahr closed 6 years ago

robyoder commented 6 years ago

@JorisGutjahr you can see that your version fails to build, giving the error message Arrow functions cannot be used as constructors. What are you trying to accomplish here?

JorisGutjahr commented 6 years ago

I didn't know that Arrow Syntax is prohibited for Constructors. I'll close this.