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
Copy file name to clipboardExpand all lines: types/index.d.ts
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ declare namespace unified {
85
85
/**
86
86
* Compile a syntax tree to text.
87
87
*
88
-
* @param node
88
+
* @param node unist node
89
89
* @param file `VFile` or anything which can be given to `vfile()`
90
90
* @returns String representation of the syntax tree file
91
91
*/
@@ -210,7 +210,6 @@ declare namespace unified {
210
210
*
211
211
* Attachers can configure processors, such as by interacting with parsers and compilers, linking them to other processors, or by specifying how the syntax tree is handled.
212
212
*
213
-
* @this Processor context object is set to the invoked on processor.
214
213
* @param settings Configuration
215
214
* @typeParam S Plugin settings
216
215
* @typeParam P Processor settings
@@ -285,7 +284,6 @@ declare namespace unified {
285
284
*
286
285
* Attachers can configure processors, such as by interacting with parsers and compilers, linking them to other processors, or by specifying how the syntax tree is handled.
287
286
*
288
-
* @this Processor context object is set to the invoked on processor.
0 commit comments