Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/freshframework/fresh
/ mod.ts
File
mod.ts
packages/update/src/mod.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ parseArgs } from
"@std/cli/parse-args"
;
2
import
* as path from
"@std/path"
;
3
import
{ ensureMinDenoVersion, error } from
"./utils.ts"
;
4
import
{ updateProject } from
"./update.ts"
;
Callers
nothing calls this directly
Calls
3
ensureMinDenoVersion
Function · 0.90
error
Function · 0.90
updateProject
Function · 0.90
Tested by
no test coverage detected