MCPcopy Index your code
hub / github.com/nodejs/node / check_syntax.js

File check_syntax.js

lib/internal/main/check_syntax.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1'use strict';
2
3// If user passed `-c` or `--check` arguments to Node, check its syntax
4// instead of actually running the file.

Callers

nothing calls this directly

Calls 8

markBootstrapCompleteFunction · 0.85
loadESMIfNeededFunction · 0.85
checkSyntaxFunction · 0.85
readStdinFunction · 0.85
requireFunction · 0.50
resolveMethod · 0.45
readFileSyncMethod · 0.45

Tested by

no test coverage detected