-
-
Notifications
You must be signed in to change notification settings - Fork 276
package-lock.json
#241
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
package-lock.json
#241
Conversation
Hey, thanks for following up. A couple comments:
Thanks again! |
|
Btw, |
Hmm, sure enough, it does: https://travis-ci.org/slevithan/xregexp/builds/370310563 I think we should pin Travis to Node v9 for now, and figure out the v10 issue separately later. I'll make a PR for that. |
v10 fails currently: https://travis-ci.org/slevithan/xregexp/builds/370310563#L510-L528 ``` Failures: 1) XRegExp() supports new regex syntax: named capture should throw an exception if characters other than A-Z, a-z, 0-9, $, and _ are used in capture names Message: Expected function to throw an Error. Stack: Error: Expected function to throw an Error. at UserContext.<anonymous> (/home/travis/build/slevithan/xregexp/tests/spec/s-xregexp.js:407:61) Message: Expected function to throw an Error. Stack: Error: Expected function to throw an Error. at UserContext.<anonymous> (/home/travis/build/slevithan/xregexp/tests/spec/s-xregexp.js:408:63) Message: Expected function to throw an Error. Stack: Error: Expected function to throw an Error. at UserContext.<anonymous> (/home/travis/build/slevithan/xregexp/tests/spec/s-xregexp.js:409:59) 398 specs, 1 failure ``` See also slevithan#241 (comment)
v10 fails currently: https://travis-ci.org/slevithan/xregexp/builds/370310563#L510-L528 ``` Failures: 1) XRegExp() supports new regex syntax: named capture should throw an exception if characters other than A-Z, a-z, 0-9, $, and _ are used in capture names Message: Expected function to throw an Error. Stack: Error: Expected function to throw an Error. at UserContext.<anonymous> (/home/travis/build/slevithan/xregexp/tests/spec/s-xregexp.js:407:61) Message: Expected function to throw an Error. Stack: Error: Expected function to throw an Error. at UserContext.<anonymous> (/home/travis/build/slevithan/xregexp/tests/spec/s-xregexp.js:408:63) Message: Expected function to throw an Error. Stack: Error: Expected function to throw an Error. at UserContext.<anonymous> (/home/travis/build/slevithan/xregexp/tests/spec/s-xregexp.js:409:59) 398 specs, 1 failure ``` See also #241 (comment)
I just merged #242, so feel free to rebase this branch onto master |
- Linting: Fixes for newly-enforced (indentation) ESLint rules
Sorry for the last comment (just deleted)--no problems in this PR so feel free to merge if ok... |
Thanks, it looks great! |
package-lock.json
(Changes as discussed in #234)