refactor(client): allow TS worker to initialize itself and have the client check readiness (#57055)

This commit is contained in:
Oliver Eyton-Williams
2024-11-11 17:18:16 +01:00
committed by GitHub
parent e32c3d9a11
commit c7936b44b9
9 changed files with 44 additions and 32 deletions

View File

@@ -20,8 +20,9 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "NODE_OPTIONS=\"--max-old-space-size=7168\" webpack -c webpack.config.js"
"build": "NODE_OPTIONS=\"--max-old-space-size=7168\" webpack -c webpack.config.cjs"
},
"type": "module",
"keywords": [],
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "7.8.3",