Structure for browser decoders. Some work on decoding.

This commit is contained in:
Jake Archibald
2020-11-06 13:05:12 +00:00
parent 4b8c0178fe
commit ec586bb529
33 changed files with 670 additions and 437 deletions

View File

@@ -72,7 +72,7 @@ export default function () {
await Promise.all([
fsp.writeFile(
path.join(workerBasePath, 'tsconfig.json'),
JSON.stringify(workerTsConfig, null, ' '),
autoGenComment + JSON.stringify(workerTsConfig, null, ' '),
),
fsp.writeFile(path.join(workerBasePath, 'index.ts'), workerFile),
]);