You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Format docstrings with the new format tools command (#7623)
* format docstrings with the new format tools command
* handle piped assertEqual
* compiled files
* add extraction command for code blocks
* change transform to only work on structure items
* refactor
* change code block extraction approach to use the typed artifacts instead, since we need more info for each block than we do for formatting
* add ExtractCodeBlocks to RescriptTools for simplicity
* integrate code block extraction into doctests script
* only include code blocks with tests in them
* update analysis examples
* fix last remaining format issues in runtime docstrings
* update analysis test files
* more test output
* changelog
* fix changelog
- Add experimental command to `rescript-tools` for extracting all ReScript code blocks from markdown, either a md-file directly, or inside of docstrings in ReScript code. https://github.com/rescript-lang/rescript/pull/7623
0 commit comments