summaryrefslogtreecommitdiff
path: root/ext/webgpu/03_surface.js
AgeCommit message (Collapse)Author
2023-03-08refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme ↵Bartek Iwańczuk
for snapshotted modules (#18041) This commit renames "deno_core::InternalModuleLoader" to "ExtModuleLoader" and changes the specifiers used by the modules loaded from this loader to "ext:". "internal:" scheme was really ambiguous and it's more characters than "ext:", which should result in slightly smaller snapshot size. Closes https://github.com/denoland/deno/issues/18020
2023-02-20refactor: move webgpu files to ext root (#17832)Leo Kettmeir
Required for #17826