Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/kenchris/urlpattern-polyfill

URLPattern polyfill
https://github.com/kenchris/urlpattern-polyfill

Keep name for better runtime inspection

rotu opened this pull request 5 months ago
Fails to parse hostname correctly on Chrome

rotu opened this issue 5 months ago
Unexpected pathname match on trailing slash in actual URL

kettanaito opened this issue 6 months ago
Please consider adding more complex typing for result groups

kejedi opened this issue 6 months ago
Result of test() method does not match Chromium implementation

maischus opened this issue 7 months ago
Handling double slashes

aui opened this issue 11 months ago
plans to support URLPatternOptions

timker opened this issue about 1 year ago
Implement hasRegExpGroups

jeremyroman opened this pull request about 1 year ago
Support hasRegExpGroups

jeremyroman opened this issue about 1 year ago
Update the RegExp flag from "u" to "v"

sisidovski opened this issue about 1 year ago
Apply syntax changes proposed in whatwg/urlpattern#198.

jeremyroman opened this pull request about 1 year ago
Execution times with double star syntax and dashes

lenovouser opened this issue about 1 year ago
Ko

jatanan212 opened this issue over 1 year ago
use private class fields

jimmywarting opened this pull request over 1 year ago
preserve the class name

jimmywarting opened this issue over 1 year ago
Switch to using "real" private fields

jimmywarting opened this issue over 1 year ago
use conditional loading?

jimmywarting opened this issue over 1 year ago
remove stale brace depedency

SanderElias opened this pull request over 1 year ago
Refactoring to closer match C++ and impl new compare method

kenchris opened this pull request over 1 year ago
Type 'URLPattern' has no construct signatures.

MellKam opened this issue over 1 year ago
Fix `URLPattern` type export

eduardoboucas opened this pull request almost 2 years ago
Fix consistency in readme.MD

joostlek opened this pull request almost 2 years ago
Escape base URL strings. (Fixes #108)

wanderview opened this pull request about 2 years ago
Escape pattern characters in base URLs

wanderview opened this issue about 2 years ago
Test url with query got wrong result

Luomusha opened this issue over 2 years ago
Sync tests

kenchris opened this issue over 2 years ago
Improve type safety of URLPattern args

nickmccurdy opened this pull request over 2 years ago
Remove nulish coalesing see #99

SanderElias opened this pull request over 2 years ago
Add node 18 to testing workflow

SanderElias opened this pull request over 2 years ago
Add types

adamjosefus opened this pull request over 2 years ago
Add "types" to package exports for TypeScript NodeNext

aomarks opened this pull request over 2 years ago
feat: case-insensitive match for pathname

Sayan751 opened this pull request over 2 years ago
Incompatibility due to the nullish coalescing operator

sneko opened this issue over 2 years ago
fix: include `index.{js,cjs}` in `file` of `package.json`

ydcjeff opened this pull request over 2 years ago
npm packages for 5.0.0 and 5.0.1 are missing index.js/cjs files

zandaqo opened this issue over 2 years ago
Update README.md

SanderElias opened this pull request over 2 years ago
upgrade tools, add fix and test for #90

SanderElias opened this pull request over 2 years ago
Property 'URLPattern' does not exist on type 'typeof globalThis'

abdonrd opened this issue over 2 years ago
Decoding path parameters

ivan-tymoshenko opened this issue over 2 years ago
Add ponyfill export

Schniz opened this pull request over 2 years ago
fix: declare class types

Kikobeats opened this pull request over 2 years ago
polyfill inconsistent with chrome by how it handle search

jimmywarting opened this issue over 2 years ago
Better explanation in readme

SanderElias opened this pull request over 2 years ago
Add manual test HTML file

SanderElias opened this pull request over 2 years ago
unify API in esm and CJS implementations

SanderElias opened this pull request over 2 years ago
Add typescript AVA test and fix d.ts

kenchris opened this pull request over 2 years ago
Package unusable

fregante opened this issue over 2 years ago
Export URLPattern in CJS file too

fregante opened this pull request over 2 years ago
Add tags to package.json

SanderElias opened this pull request over 2 years ago
Fix package.json exports

fregante opened this pull request almost 3 years ago
Add workflow and badges.

SanderElias opened this pull request almost 3 years ago
Type exports are broken and incorrect in v3

fregante opened this issue almost 3 years ago
Readme: fix imports

fregante opened this pull request almost 3 years ago
refactor to real private class fields

jimmywarting opened this issue almost 3 years ago
Move to single ESM file, and add workflow for test

SanderElias opened this pull request almost 3 years ago
small improvement to bundling

SanderElias opened this pull request almost 3 years ago
Add missed esbuild dep

abdonrd opened this pull request almost 3 years ago
Embrace ESM/CJS standards a bit better

SanderElias opened this pull request almost 3 years ago
Update README.md to mention the spec

kenchris opened this issue almost 3 years ago
Patch the global object in ESM mode

kenchris opened this pull request almost 3 years ago
ci: setup GitHub Actions

Kikobeats opened this pull request almost 3 years ago
build: add CJS & ESM export

Kikobeats opened this pull request almost 3 years ago
Support ".compile"

kettanaito opened this issue almost 3 years ago
Return undefined for unmatched optional groups. (#66)

wanderview opened this pull request almost 3 years ago
urlpattern should return undefined for optional groups that do not match

wanderview opened this issue almost 3 years ago
Can't be required in Node

sgwilym opened this issue almost 3 years ago
Update package.json exports

sgwilym opened this pull request almost 3 years ago
Remove erroneous prefix check when generating pattern string. (#62)

wanderview opened this pull request almost 3 years ago
another pattern string generation issue

wanderview opened this issue almost 3 years ago
Fix '.' collapsing issues in pathname patterns. (#60)

wanderview opened this pull request almost 3 years ago
fix '.' collapsing issues

wanderview opened this issue almost 3 years ago
Fix canonical pattern string generation. (#53)

wanderview opened this pull request almost 3 years ago
1.0.0-rc2

fabiancook opened this issue almost 3 years ago
Throw on more illegal hostname code points. (#43)

wanderview opened this pull request almost 3 years ago
Fix matched values for `:name*` patterns. (#126)

wanderview opened this pull request almost 3 years ago
Make method URLPatternInit args optional. (#42)

wanderview opened this pull request almost 3 years ago
Support constructor strings with ipv6 addresses. (#37)

wanderview opened this pull request almost 3 years ago
fix pattern string generation

wanderview opened this issue almost 3 years ago
Denoland deploy

fabiancook opened this issue about 3 years ago
Enable Node.js's ESM mode

fabiancook opened this pull request about 3 years ago
Enable Node.js's ESM mode

fabiancook opened this pull request about 3 years ago
Add exports

fabiancook opened this pull request about 3 years ago
Node.js native ESM exports + types

fabiancook opened this issue about 3 years ago
Polyfill example

GrosSacASac opened this issue about 3 years ago
Remove console errors

lionel-rowe opened this pull request about 3 years ago
Github release with the compiled files?

alshdavid opened this issue about 3 years ago
Publish Version with "types" field

nnnnathann opened this issue about 3 years ago
restrict more forbidden hostname characters

wanderview opened this issue over 3 years ago
support constructor/test/exec with no args

wanderview opened this issue over 3 years ago
docs: code typo

posva opened this pull request over 3 years ago
Use the UMD bundle for main

jeffposnick opened this pull request over 3 years ago
Explicitly type err as any

jeffposnick opened this pull request over 3 years ago
Invalid `main` in package.json

zachleat opened this issue over 3 years ago
Add ipv6 support to constructor string parser

wanderview opened this issue over 3 years ago
`URLPatternList` defined in source but not exported in dist

bennypowers opened this issue over 3 years ago
fix `:name*` matching group values

wanderview opened this issue over 3 years ago