Skip to content

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

Filter by

11.9k results  (266 ms)

11.9k results

insindresorhus (press backspace or delete to remove)

Fixes #9. This adds types for TypeScript. The types do not have comments / documentation yet. Those will be added once we add the full documentation in the readme.

This fixes some tests sometimes failing randomly.

This adds a test to ensure nanoSpawn() can be run many times at once in parallel, without having issues like leaking resources (including event listeners).

Fixes #64. Output on Windows (since some logic is only run on Windows): -------------|---------|----------|---------|---------|------------------- File | % Stmts | % Branch | % Funcs | % Lines ...

This PR adds a few more tests.

This refactors the codebase to remove a few bytes from the package size.

- 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.