JordanMartinez / purescript-cookbook

An unofficial Cookbook for PureScript
MIT License
199 stars 30 forks source link

Update naming convention to use Web instead of Js #266

Open milesfrain opened 3 years ago

milesfrain commented 3 years ago

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.

JordanMartinez commented 3 years ago

I agree with this change.