-
-
Notifications
You must be signed in to change notification settings - Fork 52
Make is.js it's own independent module #55
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
Comments
Hey @jwerre this code was written by me when I added these tests. The thing is, that the RegEx that is about to be tested allows nearly the whole unicode set and I do lots of permutations in order to cover them. This is course takes lot of time. From my pov we should not remove them but we could update the docs and describe why this test is so slow (and give some background info). We can also add an instant remedy by describing how to use regex pattern to filter out mocha tests that are not of focus right now: https://mochajs.org/#-grep-regexp-g-regexp What do you think? |
@jankapunkt Yes I remember when you wrote these test. Nice work by the way—I agree with you that they were needed. I guess I'm not clear why you wouldn't want to add |
Ah now I get, you want to add them as internal dependency. We could do this. |
@jwerre @HappyZombies I would start this as a new repo under this org if you both agree |
I put |
@jwerre @HappyZombies I would first make some additions, like adding the namespace, updating the README, link the RFC docs etc. I'll link the PR here |
I am sorry to be nagging on the wording, but I think the name is wrong. it is not a "is-unicode" package because some of the validators are not unicode but simple ascii. It is actually something like oauth2-formats (naming similar to something like ajv-formats). |
@jwerre what do you think about renaming? It's at least not published, yet. |
Yes! Good call @Uzlopak |
I will rename and then publish, so we can finally integrate it :-) |
Published 1.0.0: https://www.npmjs.com/package/@node-oauth/formats |
Resolved by #108 |
Uh oh!
There was an error while loading. Please reload this page.
is.js really slows down the tests. What do you guys think about moving it to it's own repository and adding it as a dependency?
The text was updated successfully, but these errors were encountered: