MCPcopy Index your code
hub / github.com/prettier/prettier / resolve-parser.js

File resolve-parser.js

tests/unit/resolve-parser.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { resolveParser } from "../../src/main/parser-and-printer.js";
2
3test("resolveParser should not trigger the plugin.parsers getters", async () => {
4 const gettersCalledTimes = {};

Callers

nothing calls this directly

Calls 3

resolveParserFunction · 0.90
creatParsersFunction · 0.85
testFunction · 0.50

Tested by

no test coverage detected