MCPcopy
hub / github.com/ampproject/amphtml / maybeBuild

Method maybeBuild

build-system/tasks/unit.js:24–28  ·  view source on GitHub ↗

@override

()

Source from the content-addressed store, hash-verified

22
23 /** @override */
24 async maybeBuild() {
25 await analyticsVendorConfigs();
26 await css();
27 await compileJison();
28 }
29}
30
31/**

Callers

nothing calls this directly

Calls 3

analyticsVendorConfigsFunction · 0.85
compileJisonFunction · 0.85
cssFunction · 0.50

Tested by

no test coverage detected