Skip to content

Commit 900ecb7

Browse files
committed
use ada-url's url_pattern implementation
1 parent d3fa366 commit 900ecb7

File tree

30 files changed

+290
-4347
lines changed

30 files changed

+290
-4347
lines changed

Diff for: src/workerd/api/BUILD.bazel

+3-1
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,8 @@ wd_cc_library(
243243
hdrs = ["urlpattern.h"],
244244
visibility = ["//visibility:public"],
245245
deps = [
246-
":url",
247246
"//src/workerd/jsg",
247+
"@ada-url",
248248
"@capnp-cpp//src/kj",
249249
],
250250
)
@@ -256,6 +256,7 @@ wd_cc_library(
256256
kj_test(
257257
src = f,
258258
deps = [
259+
":urlpattern",
259260
"//src/workerd/io",
260261
],
261262
)
@@ -305,6 +306,7 @@ kj_test(
305306
deps = [
306307
":encoding",
307308
":html-rewriter",
309+
":urlpattern",
308310
"//src/workerd/io",
309311
"//src/workerd/jsg:rtti",
310312
],

0 commit comments

Comments
 (0)