MCPcopy Create free account
hub / github.com/anomalyco/opencode / typecheck

Function typecheck

script/beta.ts:73–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71}
72
73async function typecheck() {
74 console.log(" Running typecheck...")
75
76 try {
77 await $`bun typecheck`
78 return true
79 } catch (err) {
80 console.log(`Typecheck failed: ${err}`)
81 return false
82 }
83}
84
85async function build() {
86 console.log(" Running final build smoke check...")

Callers 2

validateFunction · 0.85
fixFunction · 0.85

Calls 1

logMethod · 0.45

Tested by

no test coverage detected