oframe / ogl

Minimal WebGL Library
https://oframe.github.io/ogl/examples
3.71k stars 211 forks source link

Pure annotations for tree-shaking #189

Closed CodyJasonBennett closed 12 months ago

CodyJasonBennett commented 1 year ago

Adds @__PURE__ annotations on top-level expressions to mark them as pure and good to tree-shake if the containing module is not used.

You can test this with npx agadoo@latest src/index.js.

gordonnl commented 12 months ago

Thanks so much, I wasn't aware of @__PURE__ annotations - super handy.