MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / main

Function main

tools/js_optimizer.py:341–344  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

339
340
341def main():
342 out = run_on_file(sys.argv[1], sys.argv[2:])
343 shutil.copyfile(out, sys.argv[1] + '.jsopt.js')
344 return 0
345
346
347if __name__ == '__main__':

Callers 1

js_optimizer.pyFile · 0.70

Calls 1

run_on_fileFunction · 0.85

Tested by

no test coverage detected