Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-05 | improve `unsafe` on undefined (#1548) | Alex Lam S.L | |
`unsafe` turns undefined keyword into a variable of the same name if found, but that interferes with other related optimisations. Keep track of such transformations to ensure zero information loss in the process. | |||
2017-02-18 | fix crash in unsafe replacement of undefined | alexlamsl | |
remove extraneous call to AST_SymbolRef.reference() closes #1443 |