d2/d2ast
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
..
d2ast.go d2ir: Compile imports 2023-06-04 23:31:18 -07:00
d2ast_test.go Switch fully to util-go 2022-12-01 11:48:49 -08:00
error.go oss 2022-11-03 06:54:49 -07:00