terrastruct / d2

D2 is a modern diagram scripting language that turns text to diagrams.

Home Page:https://d2lang.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nested layer navigation

alixander opened this issue · comments

index.d2

a: {
  link: layers.b
}

layers: {
    b: @c
}

c.d2

d

layers: {
  e: {
    f
  }
}

d2 --watch index.d2 and then clicking the link shows a failed to recompile error