Skip to content

Tracking Issue: CSpell for Web #4279

@Jason3S

Description

@Jason3S

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions