You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additionally, note that there was a longstanding issue with TypeScript support, but this seems to be resoled now, so you can just use fetch out of the box as long as you have @types/node installed: DefinitelyTyped/DefinitelyTyped#60924
The text was updated successfully, but these errors were encountered:
Hello,
I didn't see an issue for this yet, so I figured I would inquire.
fetch
is now natively in Node as of version 17, and since Node 20 is the current LTS, it should be widely available.Thus, cspell doesn't have to use
node-fetch
as a dep anymore, see here:https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell-io/package.json#L55
Additionally, note that there was a longstanding issue with TypeScript support, but this seems to be resoled now, so you can just use
fetch
out of the box as long as you have@types/node
installed: DefinitelyTyped/DefinitelyTyped#60924The text was updated successfully, but these errors were encountered: