jwagner / simplex-noise.js

A fast simplex noise implementation in Javascript / Typescript.
MIT License
1.61k stars 130 forks source link

fix: #__PURE__ comment position #71

Closed dmnsgn closed 1 month ago

dmnsgn commented 1 month ago

Make sure annotation precede a function/constructor call.

Closes #66

jwagner commented 1 month ago

Thanks for following up on this and doing the required testing.