MCPcopy Index your code
hub / github.com/ampproject/amphtml / includeSourcesContent

Function includeSourcesContent

build-system/tasks/sourcemaps.js:18–23  ·  view source on GitHub ↗

* @return {boolean}

()

Source from the content-addressed store, hash-verified

16 * @return {boolean}
17 */
18function includeSourcesContent() {
19 if (argv._.includes('dist')) {
20 return !!argv.full_sourcemaps;
21 }
22 return true;
23}
24
25/**
26 * @param {Array<Object|string>} mapChain

Callers 3

massageSourcemapsFunction · 0.85
buildFunction · 0.85
setupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected