| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| @typespec_tspd@0.77.0 source code.tar.gz | 2026-08-11 | 20.0 MB | |
| @typespec_tspd@0.77.0 source code.zip | 2026-08-11 | 31.6 MB | |
| README.md | 2026-08-11 | 997 Bytes | |
| Totals: 3 Items | 51.7 MB | 0 | |
Features
- #11221
tspd docnow generates a documentation page per linter rule (reference/rules/<name>.md) and per diagnostic (reference/diagnostics/<code>.md), sourced from thedocsfield on the rule and diagnostic definitions. Adocumentation-missingwarning is reported for any linter rule or diagnostic that does not provide documentation. - #11000
tspd gen-extern-signaturenow also generates a typed setter (e.g.setMyFlag,setMyLabel) for eachautodecorator, alongside the existingis*/get*readers. - #11316 Add a
--rules-diroption (andrulesDirAPI option) totspd docto control where per-rule reference pages are written. Defaults torules(relative to--output-dir); can be set to a path escaping the output dir (e.g.../rules) to keep rule pages outside the generated reference folder.