44 comments (44 comments)94 reactions (94 reactions)0 assignees (0 assignees)TypeScript13,395 forks (13,395 forks)batch import
Domain: lib.d.tsHelp WantedSuggestion
Repository metrics
- Stars
- 108,860 stars (108,860 stars)
- PR merge metrics
- Avg merge 6d 17h (Avg merge 6d 17h)9 merged PRs in 30d (9 merged PRs in 30d)
Description
TypeScript Version: 2.0.3
Types for Service Workers should be built into the default definitions for TypeScript. There are some good examples out there of Service Worker typings from the community.
Contributor guide
- Research direction
- Look at the existing DOM lib files in the TypeScript source (src/lib) to understand the pattern for adding new types. Then create a pull request adding Service Worker types based on community definitions like @types/service worker api.
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Prerequisites
- GitTypeScriptService Workers