- Implemented BunPackageNormalizer to deduplicate packages by name and version. - Created BunProjectDiscoverer to identify Bun project roots in the filesystem. - Added project files for the Bun analyzer including manifest and project configuration. - Developed comprehensive tests for Bun language analyzer covering various scenarios. - Included fixture files for testing standard installs, isolated linker installs, lockfile-only scenarios, and workspaces. - Established stubs for authentication sessions to facilitate testing in the web application.
22 lines
463 B
JSON
22 lines
463 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(dotnet --list-sdks:*)",
|
|
"Bash(winget install:*)",
|
|
"Bash(dotnet restore:*)",
|
|
"Bash(dotnet nuget:*)",
|
|
"Bash(csc -parse:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(dotnet build:*)",
|
|
"Bash(cat:*)",
|
|
"Bash(copy:*)",
|
|
"Bash(dotnet test:*)",
|
|
"Bash(dir:*)",
|
|
"Bash(Select-Object -ExpandProperty FullName)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
},
|
|
"outputStyle": "default"
|
|
}
|