文件名称:threads-webpack-plugin:ThreadsJS Webpack集成
文件大小:113KB
文件格式:ZIP
更新时间:2024-03-09 07:29:01
webpack threads threadsjs threadsjs-webpack JavaScript
ThreadsJS Webpack集成 用于集成。 如果您使用的是Rollup,则可能需要签出 (与Rollup基本上与此插件相同)。 特征 用现代TypeScript编写 使用汇总进行TS编译 彻底评论 用法 入口 //Imports import { BlobWorker , spawn , Thread } from 'threads' ; import WorkerText from './worker' ; //May have to @ts -ignore if using TypeScript //Create a **BLOB WORKER** const worker = await spawn ( BlobWorker . from ( WorkerText ) ) ; console . log ( worker . echo ( 'Hello World!' )
【文件预览】:
threads-webpack-plugin-main
----rollup.config.js(434B)
----package.json(1KB)
----.eslintrc.json(703B)
----.github()
--------workflows()
----tests()
--------entry.js(544B)
--------worker.js(176B)
--------webpack.config.js(550B)
----npm-shrinkwrap.json(430KB)
----LICENSE(1KB)
----src()
--------index.ts(1KB)
----tsconfig.json(264B)
----.gitignore(65B)
----README.md(2KB)
----.vscode()
--------settings.json(937B)