소스 검색

update build files

Gildas 2 년 전
부모
커밋
3fcc17cbf5
4개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 0
      lib/single-file-extension-background.js
  2. 0 0
      lib/single-file-extension-core.js
  3. 1 1
      lib/single-file-extension-editor.js
  4. 1 0
      lib/web-stream.js

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
lib/single-file-extension-background.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
lib/single-file-extension-core.js


+ 1 - 1
lib/single-file-extension-editor.js

@@ -6358,7 +6358,7 @@ pre code {
 					workerScripts: { inflate: ["/lib/single-file-z-worker.js"] }
 				};
 				try {
-					const worker = new Worker(zipOptions.workerScripts);
+					const worker = new Worker(zipOptions.workerScripts.inflate[0]);
 					worker.terminate();
 				} catch (error) {
 					delete zipOptions.workerScripts;

+ 1 - 0
lib/web-stream.js

@@ -0,0 +1 @@
+!function(){"use strict";void 0===globalThis.TransformStream&&(globalThis.TransformStream=class{}),void 0===globalThis.WritableStream&&(globalThis.WritableStream=class{})}();

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.