11ty / 11ty/dev-server

Missing TypeScript type definitions

Open
#136 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
109
Forks
20
Avg merge
1m
Merged PRs (30d)
1

Description

Hi

First of all, thanks for maintaining this project.

I noticed that the package currently does not provide TypeScript type definitions. Because of this, editors such as VS Code cannot provide proper IntelliSense, autocomplete, or type checking when using the library in TypeScript projects.

Even though the project itself is written in JavaScript, adding .d.ts declaration files would greatly improve the developer experience for TypeScript users.

I'd be happy to work on a PR for this if you're open to it.

Thanks!

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by inspecting the package's public JavaScript API and package metadata to understand what TypeScript consumers can import. Add declaration files covering the exposed library API, then verify that TypeScript projects receive IntelliSense, autocomplete, and type checking.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, typescript
Domain
developer-experience
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
64/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.