Commits
Click on a commit to change the comparison rangeEmit build error when `'use cache'` directive is misspelled
Handles cases like:
- `'use cache:remote'` (missing space after colon)
- `'use cache : default'` (extra space before colon)
- `'use cache private'` (missing colon)
- `'use cache: '` (missing cache kind)
closes NAR-39221 days ago
by unstubbable