MCPcopy Create free account
hub / github.com/microsoft/SandDance / buildScript

Function buildScript

docs/tests/v3/es6/js/sanddance-test-es6.js:1711–1713  ·  view source on GitHub ↗
(workerUrl)

Source from the content-addressed store, hash-verified

1709 return workerURL;
1710}
1711function buildScript(workerUrl) {
1712 return "try {\n importScripts('".concat(workerUrl, "');\n} catch (error) {\n console.error(error);\n}");
1713}
1714
1715},{"../env-utils/assert":"cIPKG","@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"4W57a":[function(require,module,exports) {
1716var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js");

Callers 1

getWorkerURLFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected