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

Function validator

build-system/tasks/validator.js:15–20  ·  view source on GitHub ↗

* Simple wrapper around the python based validator tests. * @return {Promise }

()

Source from the content-addressed store, hash-verified

13 * @return {Promise<void>}
14 */
15async function validator() {
16 execOrDie('python3 build.py' + validatorArgs, {
17 cwd: 'validator',
18 stdio: 'inherit',
19 });
20}
21
22/**
23 * Simple wrapper around the bazel based C++ validator tests.

Callers

nothing calls this directly

Calls 1

execOrDieFunction · 0.85

Tested by

no test coverage detected