microsoft / microsoft/vscode-textmate

lacks of some type export on latest version

Open
#185 0 comments 1 reaction 0 assignees View on GitHub

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

  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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.