CatchTheTornado / CatchTheTornado/askql
query should fail if given no arguments
Open
AskVM
bug
discussion
- Dominant language
- TypeScript
- Stars
- 387
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
```
ask {
query()
}
```
should throw and as of v1.2 it doesn't
This causes this weird behaviour in playground

Contributor guide
Research direction
Start by locating the query parser or validation entry point and reproduce the shown query() example. Done means a query with no arguments throws an error and a regression test covers that behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nodejs, typescript
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100