(text, partialNextOptions)
| 56 | path.stack = originalPathStack; |
| 57 | |
| 58 | function textToDocForEmbed(text, partialNextOptions) { |
| 59 | return textToDoc(text, partialNextOptions, options, printAstToDoc); |
| 60 | } |
| 61 | |
| 62 | function recurse() { |
| 63 | const { node } = path; |
nothing calls this directly
no test coverage detected
searching dependent graphs…