Skip to content

Commit 504c9f4

Browse files
hawkeyexlclaude
andauthored
Convert to TypeScript (#58)
* init * Update dep version * Address review comments from CodeRabbit and Copilot - Use os.tmpdir() fallback instead of empty string for RUNNER_TEMP - Add .trim().filter(Boolean) for labels/assignees/reviewers in createPullRequest - Remove unused declaration/declarationMap from tsconfig (tsc runs with --noEmit) - Add error handling to esbuild config Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a2a4f5c commit 504c9f4

File tree

9 files changed

+24278
-31921
lines changed

9 files changed

+24278
-31921
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,8 @@ out
128128
.yarn/install-state.gz
129129
.pnp.*
130130

131+
# Intermediate TypeScript build output
132+
build/
133+
131134
# Doc Detective
132135
testResults-*.json

0 commit comments

Comments
 (0)