This repository was archived by the owner on Sep 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
pattern libraries are not discoverable #931
Comments
In node, import { signature } from "capi/patterns/signature/polkadot" |
Looks like it does work but lacks discoverability. |
This video shows what I mean by lack of discoverability 2023-04-26.15-17-52.mp4 |
@ryanleecode are you sure this is Capi-specific, as opposed to a current limitation of TypeScript's LS implementation? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
In most examples we have thisimport { signature } from "capi/patterns/signature/polkadot.ts"
but with the published version of capi I cannot find signature import.import { signature } from 'capi' --> Module '"capi"' has no exported member 'signature'.
Anything under "capi/patterns" cannot be discovered by intellisense.
The text was updated successfully, but these errors were encountered: