Bug fixes

This commit is contained in:
Jake Archibald
2020-11-11 14:49:39 +00:00
parent be4601b93a
commit 56f9d4b8c8
20 changed files with 424 additions and 125 deletions

View File

@@ -54,7 +54,8 @@ export default function () {
]),
`};`,
`export type ProcessorWorkerApi = typeof exports;`,
`expose(exports, self);`,
`// 'as any' to work around the way our client code has insight into worker code`,
`expose(exports, self as any);`,
]
.flat(Infinity)
.join('\n');