authgear / authgear/authgear-server
Optimize for Typescript Deno Hooks Pre-Warm
Open
bug/major
cooldown/enhancement
- Dominant language
- Go
- Stars
- 2k
- Forks
- 125
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 32
Description
Problem:
Typechecking deno script may timeout
If a deno script imports other dependencies, type checking process may require downloading the dependenecies recursively. It can time out the type check process if dependency is large.
Contributor guide
Research direction
Start by locating the Deno hook typechecking entry point and reproduce the timeout with a script that imports a large dependency recursively. Trace when dependencies are downloaded and determine whether pre-warming changes the typecheck timing. Done means dependency-heavy Deno scripts complete type checking without timing out.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- deno, typescript
- Domain
- performance, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100