Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
const
esbuild = require(
"esbuild"
);
2
const
fs = require(
'fs/promises'
);
3
4
const
production = process.argv.includes(
'--production'
);
Callers
nothing calls this directly
Calls
2
main
Function · 0.70
error
Method · 0.45
Tested by
no test coverage detected