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.rs6
1 files changed, 1 insertions, 5 deletions
diff --git a/ext/url/lib.rs b/ext/url/lib.rs
index 95ca326c4..087ccbfe7 100644
--- a/ext/url/lib.rs
+++ b/ext/url/lib.rs
@@ -20,11 +20,7 @@ use crate::urlpattern::op_urlpattern_process_match_input;
pub fn init() -> Extension {
Extension::builder(env!("CARGO_PKG_NAME"))
.dependencies(vec!["deno_webidl"])
- .esm(include_js_files!(
- prefix "internal:ext/url",
- "00_url.js",
- "01_urlpattern.js",
- ))
+ .esm(include_js_files!("00_url.js", "01_urlpattern.js",))
.ops(vec![
op_url_reparse::decl(),
op_url_parse::decl(),