modulegraphs: added a flag useful for gear2 (#24293)

This commit is contained in:
Andreas Rumpf
2024-10-12 21:46:56 +02:00
committed by GitHub
parent 1bebc236bd
commit 25c068c070

View File

@@ -88,6 +88,7 @@ type
suggestMode*: bool # whether we are in nimsuggest mode or not.
invalidTransitiveClosure: bool
interactive*: bool
withinSystem*: bool # in system.nim or a module imported by system.nim
inclToMod*: Table[FileIndex, FileIndex] # mapping of include file to the
# first module that included it
importStack*: seq[FileIndex] # The current import stack. Used for detecting recursive