Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracking Issue: CSpell for Web #4279

Open
5 of 8 tasks
Jason3S opened this issue Mar 5, 2023 · 0 comments
Open
5 of 8 tasks

Tracking Issue: CSpell for Web #4279

Jason3S opened this issue Mar 5, 2023 · 0 comments

Comments

@Jason3S
Copy link
Collaborator

Jason3S commented Mar 5, 2023

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-io is the IO interface.
  • service-bus associates requests with handlers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant