purescript-cookbook icon indicating copy to clipboard operation
purescript-cookbook copied to clipboard

Update naming convention to use Web instead of Js

Open milesfrain opened this issue 4 years ago • 1 comments

We currently use the Js suffix to indicate the recipe is framework-free and runs in the browser, but not on node.js. Since node is also "JS", let's use a less confusing suffix, such as Web.

Also, we should rename BigIntJs to BigInt, since it works on node too.

milesfrain avatar Jan 29 '21 15:01 milesfrain

I agree with this change.

JordanMartinez avatar Jan 29 '21 20:01 JordanMartinez