MCPcopy
hub / github.com/dotnet/vscode-csharp / esbuild.js

File esbuild.js

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

Source from the content-addressed store, hash-verified

1const esbuild = require("esbuild");
2const fs = require('fs/promises');
3
4const production = process.argv.includes('--production');

Callers

nothing calls this directly

Calls 2

mainFunction · 0.70
errorMethod · 0.45

Tested by

no test coverage detected