Closed cshaa closed 6 years ago
Fixes #17, fixes #18. Also fixes errors with trailing backslash in strings. Makes expressions only see own properties of the data object (ie. you cannot return the toString function from an expression).
data
toString
Wow nice find! Thanks!
Fixes #17, fixes #18. Also fixes errors with trailing backslash in strings. Makes expressions only see own properties of the
data
object (ie. you cannot return thetoString
function from an expression).