tldraw/config
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
..
jest/node New migrations again (#3220) 2024-04-15 12:53:42 +00:00
api-extractor.json make sure everything marked @public gets documented (#3892) 2024-06-10 13:50:03 +00:00
CHANGELOG.md transfer-out: transfer out 2023-04-25 12:01:25 +01:00
eslint-preset-react.js unbrivate, dot com in (#2475) 2024-01-16 14:38:05 +00:00
eslint-preset.js unbrivate, dot com in (#2475) 2024-01-16 14:38:05 +00:00
LICENSE.md Change licenses to tldraw (#2167) 2023-12-19 10:41:01 +00:00
package.json make CI check for yarn install warnings and fix the peer deps ones we have (#2683) 2024-01-30 11:41:46 +00:00
setupJest.ts "Soft preload" icons (#3507) 2024-04-17 10:57:08 +00:00
tsconfig.base.json transfer-out: transfer out 2023-04-25 12:01:25 +01:00