Skip to content

Commit

Permalink
Implement typescript for several branches & adjust configuration (#1750)
Browse files Browse the repository at this point in the history
Implements typescript support for: @onflow/rlp, @onflow/util-uid, @onflow/util-template, @onflow/util-logger, @onflow/util-invariant, @onflow/util-encode-key, @onflow/util-address
  • Loading branch information
jribbink authored Aug 15, 2023
1 parent 5a552f6 commit 845ffa7
Show file tree
Hide file tree
Showing 58 changed files with 2,311 additions and 1,027 deletions.
5 changes: 5 additions & 0 deletions .changeset/fifty-buttons-serve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@onflow/fcl-bundle": minor
---

Switched to rollup-plugin-typescript2
11 changes: 11 additions & 0 deletions .changeset/giant-ducks-tickle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"@onflow/util-encode-key": minor
"@onflow/util-invariant": minor
"@onflow/util-template": minor
"@onflow/util-address": minor
"@onflow/util-logger": minor
"@onflow/util-uid": minor
"@onflow/rlp": minor
---

Convert to Typescript
Loading

0 comments on commit 845ffa7

Please sign in to comment.