MCPcopy Index your code
hub / github.com/nodejs/node / getDefaults$1

Function getDefaults$1

test/fixtures/snapshot/marked.js:74–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72 var defaults$5 = {exports: {}};
73
74 function getDefaults$1() {
75 return {
76 baseUrl: null,
77 breaks: false,
78 extensions: null,
79 gfm: true,
80 headerIds: true,
81 headerPrefix: '',
82 highlight: null,
83 langPrefix: 'language-',
84 mangle: true,
85 pedantic: false,
86 renderer: null,
87 sanitize: false,
88 sanitizer: null,
89 silent: false,
90 smartLists: false,
91 smartypants: false,
92 tokenizer: null,
93 walkTokens: null,
94 xhtml: false
95 };
96 }
97
98 function changeDefaults$1(newDefaults) {
99 defaults$5.exports.defaults = newDefaults;

Callers 1

marked.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected