v1rtl
v1rtl
any updates on this issue?
@ije could you please `worker_threads` from deno std to make this module work?
this is the error ``` /* esm.sh - error */ throw new Error("[esm.sh] " + "parseCJSModuleExports: Can't resolve '@babel/runtime/helpers/esm/classPrivateFieldLooseKey' in '/tmp/esm-build-61744e53cab3e9e890d2936809017cca7b61a3c6-ac4b4521'"); export default null; ``` module resolution errors
another error on v60: ``` Uncaught SyntaxError: The requested module '/v60/@polkadot/[email protected]/deno/x-global.js' does not provide an export named 'extractGlobal' at async :2:38 ``` this happens because `https://esm.sh/@polkadot/x-global?pin=v60` is null for some...
on v74: ``` error: Uncaught SyntaxError: Detected cycle while resolving name 'Keyring' in '/v74/@polkadot/[email protected]/deno/keyring.js' at (https://cdn.esm.sh/v74/@polkadot/[email protected]/deno/bundle.js:2:8) ```
I think one of the solutions could be replacing `@types/node` with `std/node/fs` imports
ah yeah it has two separate interfaces for IncomingMessage
I guess then until it gets merged together
works fine on v61: ``` ➜ deno eval "import { FontAwesomeIcon } from 'https://esm.sh/@fortawesome/[email protected]'" Download https://esm.sh/@fortawesome/[email protected] Download https://cdn.esm.sh/v61/@fortawesome/[email protected]/deno/react-fontawesome.js Download https://cdn.esm.sh/v61/@fortawesome/[email protected]/index.d.ts Download https://cdn.esm.sh/v61/@fortawesome/[email protected]/deno/fontawesome-svg-core.js Download https://cdn.esm.sh/v61/[email protected]/deno/prop-types.js Download https://cdn.esm.sh/v61/@fortawesome/[email protected]/index.d.ts Download https://cdn.esm.shreact/ Download https://cdn.esm.sh/v61/@fortawesome/[email protected]/index.d.ts...
ok I see now: ``` ➜ deno eval --ext=ts "import { FontAwesomeIcon } from 'https://esm.sh/@fortawesome/[email protected]'" Download https://cdn.esm.shreact/ error: AssertionError: "data" is unexpectedly null for "https://cdn.esm.shreact/". at assert (deno:cli/tsc/99_main_compiler.js:71:13) at Object.getSourceFile...