MCPcopy Create free account
hub / github.com/DavidWells/analytics / formatCode

Function formatCode

scripts/docs.js:350–352  ·  view source on GitHub ↗
(code, type = 'babel')

Source from the content-addressed store, hash-verified

348}
349
350function formatCode(code, type = 'babel') {
351 return prettier.format(code, { semi: false, singleQuote: true, parser: type })
352}
353
354const removeList = ['NAMESPACE', 'name', 'config', 'loaded', 'initialize']
355function removeMethod(name) {

Callers 6

mainUsageBlockFunction · 0.85
jsDocRenderExampleFunction · 0.85
es6UsageFunction · 0.85
nodeUsageFunction · 0.85
browserStandaloneUsageFunction · 0.85
browserESMUsageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected