Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sveltejs/svelte
/ download.js
File
download.js
playgrounds/sandbox/scripts/download.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
fs from
'node:fs'
;
2
import
path from
'node:path'
;
3
import
{ parseArgs } from
'node:util'
;
4
import
{ execSync } from
'node:child_process'
;
Callers
nothing calls this directly
Calls
11
is_local_directory
Function · 0.85
process_directory
Function · 0.85
get_all_files
Function · 0.85
is_github_url
Function · 0.85
with_tmp_dir
Function · 0.85
clone_github_repo
Function · 0.85
is_stackblitz_github_url
Function · 0.85
clone_stackblitz_github_project
Function · 0.85
is_stackblitz_edit_url
Function · 0.85
download_stackblitz_project
Function · 0.85
error
Method · 0.80
Tested by
no test coverage detected