Commit graph

5 commits

Author SHA1 Message Date
Gavin Nishizawa
2a9acd06aa
cleanup validation 2023-10-02 11:05:19 -07:00
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
Alexander Wang
546ea0266c
save 2022-12-05 19:50:08 -08:00
Alexander Wang
c2825e401f
fix notes identifying as spans 2022-12-04 13:40:46 -08:00
Alexander Wang
2b0f2d394f
add check for sequence diagram connection error 2022-12-03 18:17:49 -08:00