MCPcopy
hub / github.com/philc/vimium / make.js

File make.js

make.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#!/usr/bin/env -S deno run --allow-read --allow-write --allow-env --allow-net --allow-run --allow-sys
2// Usage: ./make.js command. Use -l to list commands.
3// This is a set of tasks for building and testing Vimium in development.
4import * as fs from "@std/fs";

Callers

nothing calls this directly

Calls 6

abortFunction · 0.90
runUnitTestsFunction · 0.85
buildStorePackageFunction · 0.85
shellFunction · 0.85
createFirefoxManifestFunction · 0.85
parseManifestFileFunction · 0.85

Tested by

no test coverage detected