Closed wooorm closed 3 years ago
Hi! This is accepted and can go somewhere!
Team: please review this PR and use the area/*
(to describe the scope of the change), platform/*
(if this is related to a specific one), and semver/*
and type/*
labels to annotate this.
Hi! This is accepted and can go somewhere!
Team: please review this PR and use the area/*
(to describe the scope of the change), platform/*
(if this is related to a specific one), and semver/*
and type/*
labels to annotate this.
Initial checklist
Description of changes
This changes from manual .d.ts files to JSDoc generated .d.ts files.
Notably, to review, here’s what the generated types look like:
```ts /** * @typedef {import('unist').Node} Node * @typedef {import('unist').Parent} Parent * * @typedef {string} Type * @typedef {Object