summaryrefslogtreecommitdiff
path: root/ext/crypto/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/crypto/lib.rs')
-rw-r--r--ext/crypto/lib.rs6
1 files changed, 1 insertions, 5 deletions
diff --git a/ext/crypto/lib.rs b/ext/crypto/lib.rs
index de47e467b..9d6017f39 100644
--- a/ext/crypto/lib.rs
+++ b/ext/crypto/lib.rs
@@ -75,11 +75,7 @@ use crate::shared::RawKeyData;
pub fn init(maybe_seed: Option<u64>) -> Extension {
Extension::builder(env!("CARGO_PKG_NAME"))
.dependencies(vec!["deno_webidl", "deno_web"])
- .esm(include_js_files!(
- prefix "internal:ext/crypto",
- "00_crypto.js",
- "01_webidl.js",
- ))
+ .esm(include_js_files!("00_crypto.js", "01_webidl.js",))
.ops(vec![
op_crypto_get_random_values::decl(),
op_crypto_generate_key::decl(),