d2/testdata
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
..
d2compiler d2ir: Compile imports 2023-06-04 23:31:18 -07:00
d2exporter/TestExport update tests 2023-04-17 13:16:34 -07:00
d2ir/TestCompile d2ir: Compile imports 2023-06-04 23:31:18 -07:00
d2oracle return newkey in rename 2023-05-27 17:21:57 -07:00
d2parser/TestParse d2parser: Allow passing in ParseError for nicer error messages in imports 2023-06-04 23:31:18 -07:00