Skip to content

pullrequests Search Results · user:sindresorhus language:swift archived:false is:public language:JavaScript language:Python

Filter by

12k results  (259 ms)

12k results

insindresorhus (press backspace or delete to remove)

- Fixes https://github.com/sindresorhus/linkify-issues/issues/7 Blocked by: - [x] #18 - [x] https://github.com/sindresorhus/issue-regex/pull/20

- Closes #15 Note: it does not add support for URLs. For that one can use regular URL regexes and match specific domains and URL patterns. Based on/ blocked by: - [x] #16

- Unifies testing of patterns: there were 3 similar ways before - Makes it easier to tell which match was missing/incorrect (deepEqual(array) was not granular enough - Uses test(macro) so that each ...

This PR splits test files into several, to match the organization of the source files. This does not change the tests logic.

Changes: - Support AbortSignal - Update strtok3 to version v9.0.0
improvement

Splitting the regex makes it much easier to edit. If this isn t well-liked, I propose one of: - [ ] Have a build (even manual) so that you can edit this version but ship a regex literal - [ ] Use ...

- Fixes https://github.com/sindresorhus/linkify-issues/issues/16 Blocked by: - [x] #17 - [x] https://github.com/sindresorhus/issue-regex/pull/16

- Fixes #17 Blocked by: - [x] #18 - [x] https://github.com/sindresorhus/issue-regex/pull/19

- Follows https://github.com/sindresorhus/linkify-urls/pull/44

This PR fixes a small bug when iterating over promise.stdout/promise.stderr and the stdout/stderr option is ignore (or anything else but pipe).