-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PKG -- [fcl] Generate types from JSDoc (#1555)
* PKG -- [fcl] Generate types from JSDoc * PKG -- [fcl] Update types path * PKG -- [fcl] remove lint * PKG -- [root] build types at root * PKG -- [fcl] Generate types from JSDoc * PKG -- [fcl] Update types path * PKG -- [fcl] remove lint * PKG -- [root] build types at root * PKG -- [fcl] Add subpackage types * PKG -- [fcl] Add dev dep * PKG -- [fcl] Add dev dep * PKG -- [fcl] remove * PKG -- [fcl] Fix tests running * PKG -- [fcl] Cleanup types * PKG -- [fcl] Cleanup types * PKG -- [fcl] Cleanup types * FCL -- [fcl] Add JSDoc for Wallet Utils send msg * PKG -- [fcl] Add JSDoc for on message * PKG -- [fcl] Add CompositeSignature class * PKG -- [fcl] Add description tags * PKG -- [fcl] Clean up chain id * PKG -- [fcl] Add ix template jsdoc * Update packages/fcl/src/interaction-template-utils/generate-template-interface-id.js Co-authored-by: Jeff Doyle <jeffrey.doyle@dapperlabs.com> * Update packages/fcl/src/interaction-template-utils/get-template-message.js Co-authored-by: Jeff Doyle <jeffrey.doyle@dapperlabs.com> * Update packages/fcl/src/interaction-template-utils/verify-dependency-pin-same-at-block.js Co-authored-by: Jeff Doyle <jeffrey.doyle@dapperlabs.com> * Update packages/fcl/src/interaction-template-utils/verify-dependency-pin-same-at-block.js Co-authored-by: Jeff Doyle <jeffrey.doyle@dapperlabs.com> * Update packages/fcl/src/interaction-template-utils/get-interaction-template-audits.js Co-authored-by: Jeff Doyle <jeffrey.doyle@dapperlabs.com> * PKG -- [fcl] Add config to types * PKG -- [fcl] Add sdk * PKG -- [sdk] Fix type * PKG -- [fcl] remove repetitive globs --------- Co-authored-by: Chase Fleming <1666730+chasefleming@users.noreply.github.com> Co-authored-by: Jeff Doyle <jeffrey.doyle@dapperlabs.com>
- Loading branch information
1 parent
74c75d5
commit fd22870
Showing
27 changed files
with
258 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
types/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
packages/fcl/src/interaction-template-utils/derive-cadence-by-network.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
packages/fcl/src/interaction-template-utils/get-template-argument-message.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
packages/fcl/src/interaction-template-utils/get-template-message.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.