From 84a96110cd8e74228fbab666e7af49edb7e24cc9 Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Sun, 5 Feb 2023 17:49:20 +0100 Subject: refactor: rename `deno` specifiers to `internal` (#17655) --- tools/wgpu_sync.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tools/wgpu_sync.js') diff --git a/tools/wgpu_sync.js b/tools/wgpu_sync.js index 6c6130d39..6edc4c92f 100755 --- a/tools/wgpu_sync.js +++ b/tools/wgpu_sync.js @@ -85,7 +85,10 @@ async function patchSrcLib() { await patchFile( join(TARGET_DIR, "src", "lib.rs"), (data) => - data.replace(`prefix "deno:deno_webgpu",`, `prefix "deno:ext/webgpu",`), + data.replace( + `prefix "internal:deno_webgpu",`, + `prefix "internal:ext/webgpu",`, + ), ); } -- cgit v1.2.3