musictheory / NilScript

Objective-C-style language superset of JavaScript with a tiny, simple runtime
Other
50 stars 5 forks source link

@FUNCTION should use squeezed name when squeezer is active #134

Closed iccir closed 6 years ago

iccir commented 6 years ago

Currently, @CLASS, @SEL, and @FUNCTION can leak information when squeezing. They should instead use the squeezed version of the class name / selector name.