Tldraw/packages/tlschema/src/shapes
alex fb0dd1d2fe
make sure everything marked @public gets documented (#3892)
Previously, we had the `ae-forgotten-export` rule from api-extractor
disabled. This rule makes sure that everything that's referred to in the
public API is actually exported. There are more details on the rule
[here](https://api-extractor.com/pages/messages/ae-forgotten-export/),
but not exporting public API entires is bad because they're hard to
document and can't be typed/called from consumer code. For us, the big
effect is that they don't appear in our docs at all.

This diff re-enables that rule. Now, if you introduce something new to
the public API but don't export it, your build will fail.

### Change Type

- [x] `docs` — Changes to the documentation, examples, or templates.
- [x] `improvement` — Improving existing features
2024-06-10 13:50:03 +00:00
..
TLArrowShape.ts make sure everything marked @public gets documented (#3892) 2024-06-10 13:50:03 +00:00
TLBaseShape.ts Bindings (#3326) 2024-05-08 12:37:31 +00:00
TLBookmarkShape.ts make sure everything marked @public gets documented (#3892) 2024-06-10 13:50:03 +00:00
TLDrawShape.ts make sure everything marked @public gets documented (#3892) 2024-06-10 13:50:03 +00:00
TLEmbedShape.ts make sure everything marked @public gets documented (#3892) 2024-06-10 13:50:03 +00:00
TLFrameShape.ts make sure everything marked @public gets documented (#3892) 2024-06-10 13:50:03 +00:00
TLGeoShape.ts make sure everything marked @public gets documented (#3892) 2024-06-10 13:50:03 +00:00
TLGroupShape.ts Bindings (#3326) 2024-05-08 12:37:31 +00:00
TLHighlightShape.ts Bindings (#3326) 2024-05-08 12:37:31 +00:00
TLImageShape.ts make sure everything marked @public gets documented (#3892) 2024-06-10 13:50:03 +00:00
TLLineShape.ts make sure everything marked @public gets documented (#3892) 2024-06-10 13:50:03 +00:00
TLNoteShape.ts make sure everything marked @public gets documented (#3892) 2024-06-10 13:50:03 +00:00
TLTextShape.ts make sure everything marked @public gets documented (#3892) 2024-06-10 13:50:03 +00:00
TLVideoShape.ts make sure everything marked @public gets documented (#3892) 2024-06-10 13:50:03 +00:00