Skip to content

Commit ad12369

Browse files
authored
Remove outdated description of compile results
Closes GH-105. Reviewed-by: Titus Wormer <tituswormer@gmail.com>
1 parent 9b0741b commit ad12369

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

readme.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -647,13 +647,6 @@ The parsed, transformed, and compiled value is exposed on
647647

648648
`process` performs the [*parse*, *run*, and *stringify* phases][description].
649649

650-
Be aware that [*compiler*][compiler]s typically, but not always, return
651-
`string`.
652-
Some compilers, such as the one configured with [`rehype-react`][rehype-react],
653-
return other values (in this case, a React tree).
654-
When using TypeScript, cast the type of [`file.contents`][vfile-contents] on
655-
your side.
656-
657650
unified typically compiles by serializing: most [*compiler*][compiler]s return
658651
`string` (or `Buffer`).
659652
Some compilers, such as the one configured with [`rehype-react`][rehype-react],

0 commit comments

Comments
 (0)