-
-
Notifications
You must be signed in to change notification settings - Fork 117
Open
Labels
Description
This is a tracking issue to support spell checking from a Web application.
The current implementation of CSpell is heavily dependent upon NodeJS with an assumption of a file system.
Related to:
Work Items:
- Support ESM in all packages
- IO Layer and Middleware
- Support fetching Dictionary via HTTP Requests
- Support fetching Configuration via HTTP Requests
- Full URI/URL support - all file handling should be URI based instead of file names.
- Remove dependency upon 3rd party libraries that assume Node
fs.- Cosmiconfig
- etc.
IO Layer and Middleware
cspell-io and the service-bus were setup to help with this step.
cspell-iois the IO interface.service-busassociates requests with handlers.
peetzweg, EliiseS, anxsec, ssbarnea, thorn0 and 2 morethorn0