Siorki / RegPack

Self-contained packer for size-constrained JS code
Other
299 stars 14 forks source link

ES6 : Support syntax canvas.getContext`2d` in module "hash context" #63

Closed Siorki closed 7 years ago

Siorki commented 7 years ago

getContext`2d` is equivalent to getContext("2d") and costs 2 bytes less. Also works with webgl of course. The syntax should be supported when detecting context creation.

Example of use : JS2017 intro