summaryrefslogtreecommitdiff
path: root/ext/url/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/url/lib.rs')
-rw-r--r--ext/url/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/url/lib.rs b/ext/url/lib.rs
index 064590f29..95ca326c4 100644
--- a/ext/url/lib.rs
+++ b/ext/url/lib.rs
@@ -20,7 +20,7 @@ use crate::urlpattern::op_urlpattern_process_match_input;
pub fn init() -> Extension {
Extension::builder(env!("CARGO_PKG_NAME"))
.dependencies(vec!["deno_webidl"])
- .js(include_js_files!(
+ .esm(include_js_files!(
prefix "internal:ext/url",
"00_url.js",
"01_urlpattern.js",