We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0267a46 commit ccdd0fdCopy full SHA for ccdd0fd
src/content/docs/dev/mappings.md
@@ -54,7 +54,7 @@ type Exports = {
54
export default Exports;
55
```
56
57
-When adding new types to a mapping:
+When adding a new module, or adding types to an existing module:
58
59
- Add its path and a name to `generate.js`
60
- Name should be the last part of the path except in cases where it breaks syntax (e.g. `highlight.js` -> `HighlightJS`)
0 commit comments