vscode-textmate icon indicating copy to clipboard operation
vscode-textmate copied to clipboard

lacks of some type export on latest version

Open troy351 opened this issue 1 year ago • 0 comments

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

troy351 avatar Oct 14 '22 02:10 troy351