MCPcopy Index your code
hub / github.com/prettier/prettier / parseScss

Function parseScss

src/language-css/parser-postcss.js:438–440  ·  view source on GitHub ↗
(text, options = {})

Source from the content-addressed store, hash-verified

436}
437
438function parseScss(text, options = {}) {
439 return parseWithParser(postcssScssParse, text, options);
440}
441
442const postCssParser = {
443 astFormat: "postcss",

Callers

nothing calls this directly

Calls 1

parseWithParserFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…