Explorar o código

Fix es6 build

sebavan %!s(int64=6) %!d(string=hai) anos
pai
achega
d2bc3d8009
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/LibDeclarations/webgpu.d.ts

+ 2 - 2
src/LibDeclarations/webgpu.d.ts

@@ -679,11 +679,11 @@ type GPUErrorFilter = "none"
   | "out-of-memory"
   | "validation";
 
-class GPUOutOfMemoryError {
+declare class GPUOutOfMemoryError {
   constructor();
 }
 
-class GPUValidationError {
+declare class GPUValidationError {
   constructor(message: string);
   readonly message: string;
 }