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
Hi there,
while brainstorming about my talk in Amsterdam about RegExp.JS I think more and more about the "family" of JS-RegExp tools we build so far together:
Given this family, how do you feel about creating a central GitHub organisation, to host these projects? This should make it easier for people to find them and also I also think it's good to have the repos in one place, as they depend on each other heavily.
Thoughts?
The text was updated successfully, but these errors were encountered:
(Sorry, GitHub was doing something wired and saved the first comment before I had finished writing. If you don't see a "Thoughts?" at the end of the previous post, then you please take a look at the updated version on the GitHub web page.)
I think it doesn’t really matter where the repos are, as long as we document it properly. A good start would be to link to these tools (except for regexpu, because that’s just a consumer of the AST and not really part of the toolchain IMHO) in the regjsparser README.
You could create the GitHub organization if you think it helps, and fork all the relevant repositories there (probably not regexpu though), similar to what https://github.com/es-shims is doing. That way you get the discoverability benefits without having to move everything over.
\to @D10 @mathiasbynens @termi
Hi there,
while brainstorming about my talk in Amsterdam about RegExp.JS I think more and more about the "family" of JS-RegExp tools we build so far together:
regjsgen
: https://github.com/d10/regjsgenregexpu
: https://github.com/mathiasbynens/regexpuregjsparser
: https://github.com/jviereck/regjsparserregexpjs
: https://github.com/jviereck/regexp.jsSoon, there will also be a
regjstraverse
Given this family, how do you feel about creating a central GitHub organisation, to host these projects? This should make it easier for people to find them and also I also think it's good to have the repos in one place, as they depend on each other heavily.
Thoughts?
The text was updated successfully, but these errors were encountered: