Files
Nim/tests/modules
metagn d7e77b330f fix include in templates, with prefix operators (#24029)
fixes #12539, refs #21636

`evalInclude` now uses `getPIdent` to check if a symbol isn't `/`
anymore instead of assuming it's an ident, which it's not when used in
templates. Also it just checks if the symbol is `as` now, because there
are other infix operators that could be used like `/../`.

It also works with prefix operators now by copying what was done in
#21636.
2024-08-29 16:11:37 +02:00
..
2019-05-24 22:50:43 +02:00
2019-05-24 08:19:05 +02:00
2019-05-24 08:19:05 +02:00
2020-06-25 15:12:30 +02:00
2019-05-24 22:50:43 +02:00
2019-05-24 08:19:05 +02:00
2020-06-25 15:12:30 +02:00
2019-10-18 22:13:24 +02:00