microsoft / microsoft/vscode-textmate
lacks of some type export on latest version
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 678
- Forks
- 135
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 2
Description
// works in v7.0.1 from types.d.ts
import type { IRawGrammar } from 'vscode-textmate'
// in v7.0.3, no types.d.ts anymore, we should do this
import type { IRawGrammar } from 'vscode-textmate/release/rawGrammar'
Is this behavior intentional for unexpected?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the v7.0.1 types.d.ts import with the v7.0.3 vscode-textmate/release/rawGrammar import shown in the issue. Check whether IRawGrammar is intentionally exposed only through the release path; done means the supported type import path is documented or the missing export is restored.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100