MCPcopy
hub / github.com/prettier/prettier / textToDocForEmbed

Function textToDocForEmbed

src/main/multiparser.js:58–60  ·  view source on GitHub ↗
(text, partialNextOptions)

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls 1

textToDocFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…