MCPcopy
hub / github.com/freeCodeCamp/freeCodeCamp / parse

Function parse

tools/challenge-parser/parser/plugins/replace-imports.js:13–15  ·  view source on GitHub ↗
(file)

Source from the content-addressed store, hash-verified

11const tableAndStrikeThrough = require('./table-and-strikethrough');
12
13async function parse(file) {
14 return await remark().use(tableAndStrikeThrough).parse(file);
15}
16
17function plugin() {
18 return transformer;

Callers 5

validateDateFunction · 0.85
formatDateFunction · 0.85
isValidDateStringFunction · 0.85
formatDisplayDateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected