node-swig / swig-templates

Take a swig of the best template engine for JavaScript.
http://node-swig.github.io/swig-templates/
MIT License
209 stars 29 forks source link

Fix `this` in swig.compile() #47

Closed RobLoach closed 6 years ago

RobLoach commented 6 years ago

The value of this might be modified when called in other situations.

All other references to this are guarded with self in all other functions.

cdaringe commented 6 years ago

moving to #50