4 matches across 1 files for func main lang:JavaScript path:scripts/release.js
snippet_mode: auto · sorted by relevance
scripts/release.js JAVASCRIPT 4 matches view file →
34const step = msg => console.log(chalk.cyan(msg))
35
36async function main() {
37 let targetVersion = args._[0]
38
· · ·
132}
133
134function updatePackage(pkgRoot, version) {
135 const pkgPath = path.resolve(pkgRoot, 'package.json')
136 const pkg = JSON.parse(fs.readFileSync(pkgPath, 'utf-8'))
· · ·
144 : path.resolve(__dirname, '../packages/' + pkg)
145
146async function publishPackage(pkgName, version, runIfNotDry) {
147 const pkgRoot = getPkgRoot(pkgName)
148 const pkgPath = path.resolve(pkgRoot, 'package.json')
· · ·
200}
201
202main()
203
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.