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

JavaScript implementation #3

Open
alexander-akait opened this issue Feb 27, 2018 · 2 comments
Open

JavaScript implementation #3

alexander-akait opened this issue Feb 27, 2018 · 2 comments

Comments

@alexander-akait
Copy link

What do you think about this?

@jsoref
Copy link
Owner

jsoref commented Jun 28, 2018

I had one a decade ago written in xpcshell (Mozilla's SpiderMonkey engine with XPCOM support which allowed for things including file I/o).

I don't know if I still have access to the computers where I ran it.

Practically, there's nothing that requires any particular language. JavaScript's regular expression and string handling is certainly capable of running the same code concepts.

I wouldn't mind hosting a JavaScript implementation, but I probably won't port this anytime soon.

In short, porting w and f to JavaScript line/expression at a time shouldn't be hard.

@jsoref
Copy link
Owner

jsoref commented Sep 7, 2020

@evilebottnawi: out of curiosity, how did you intend to use this?

https://github.com/marketplace/actions/check-spelling is built around this code (using the composite host) and can be self-hosted using nektos/act.

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

2 participants