d2/d2compiler
Anmol Sethi 2fcc9ed140
d2ir: Compile imports
Works as so:

index.d2:
```d2
x: @x
```

x.d2:
```d2
label: meow
shape: circle
```

TODO:

- [ ] Correctly import into fields by handling the scenarios/steps overlay.
      - And links.
- [ ] Test every kind of import.
2023-06-04 23:31:18 -07:00
..
compile.go d2ir: Compile imports 2023-06-04 23:31:18 -07:00
compile_test.go fix 2023-05-16 10:45:35 -07:00
doc.go [ci-base] cleanup 2022-11-14 19:05:23 -08:00