summary refs log tree commit diff stats
path: root/tests/macros/tisexported.nim
Commit message (Collapse)AuthorAgeFilesLines
* Implement isExported for symbols in macros (#11963)nc-x2019-08-181-0/+10
* Implement isExported for macros * Reimplement isExported using VM callback mechanism * VM does not support exceptions, use stacktrace() instead.