Skip to content

Commit

Permalink
Merge pull request #9022 from sandersn/fix-webassembly-declaration
Browse files Browse the repository at this point in the history
Update WebAssembly declaration
  • Loading branch information
sokra committed Apr 10, 2019
2 parents 13aa512 + ce33ca7 commit 81dc70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion declarations.d.ts
Expand Up @@ -255,7 +255,7 @@ declare const hotAddUpdateChunk;
declare const parentHotUpdateCallback;
declare const $hotChunkFilename$;
declare const $hotMainFilename$;
declare const WebAssembly;
declare namespace WebAssembly {}
declare const importScripts;
declare const $crossOriginLoading$;
declare const chunkId;
Expand Down

0 comments on commit 81dc70d

Please sign in to comment.