refactor: rename deno specifiers to internal (#17655)

This commit is contained in:
Leo Kettmeir 2023-02-05 17:49:20 +01:00 committed by GitHub
parent a09296322e
commit 84a96110cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
46 changed files with 95 additions and 84 deletions

View file

@ -505,7 +505,7 @@ pub fn init<P: WebSocketPermissions + 'static>(
Extension::builder(env!("CARGO_PKG_NAME"))
.dependencies(vec!["deno_url", "deno_webidl"])
.js(include_js_files!(
prefix "deno:ext/websocket",
prefix "internal:ext/websocket",
"01_websocket.js",
"02_websocketstream.js",
))