Commit 8881394
Release typescript resolve conflict (#1801)
* Nialexsan/add types (#1710)
* switch to uuid from @onflow/utils-uid
* create tsconfigs
* typedefs in ts
* types for actor util
* types for address util
* Revert "switch to uuid from @onflow/utils-uid"
This reverts commit 2a15ef5.
* PKG -- [util-actor] converted to ts
* updated tsconfig
* fixed ts types generation
* Resolve circular dependency
* ts rlp
* change type location
* more types
* build types during regular build
* fix tests
* VSN -- [root] Changeset
* Merge remote-tracking branch 'origin/master' into nialexsan/add-types
* Revert "Resolve circular dependency"
This reverts commit 36efc7d.
* update lock
* VSN -- [root] changeset
* Implement typescript for several branches & adjust configuration (#1750)
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
* Convert @onflow/types to TS (#1760)
* [WIP] Convert @onflow/types to TS
* stash
* kind of working
* fix package.json
* fix dictionary
* fix tests
* stash
* strong type tests
* remove any
* rename
* changeset
* PKG -- [util-actor] Enhance TS support (#1761)
* PKG -- [util-actor] Enhance TS support
* rename handlerfnmap
* PKG -- [types] Simplify generics for @onflow/types (#1772)
* PKG -- [types] Simplify generics
* Fix array
* Fix Array
* PKG -- [config] Convert @onflow/config to TS (#1731)
* PKG -- [config] Add TypeScript
* Changeset
* fixup
* Remove unnecessary generic from util-actor
* remove non null assertions
---------
Co-authored-by: Alex <[email protected]>
* Fix JSDoc type generation (#1780)
* restore changeset
* align packages
* pre typescript
* any type for config
* update package lock
* Update packages/util-logger/src/util-logger.ts
* fix config type
* use any type
* exit pre
* revert changes to changelogs
---------
Co-authored-by: Jordan Ribbink <[email protected]>1 parent 55db557 commit 8881394
File tree
111 files changed
+4393
-2167
lines changed- .changeset
- packages
- config
- src
- utils
- utils
- fcl-bundle
- src/build
- fcl-wc
- fcl
- src
- current-user
- rlp
- src
- sdk
- src
- resolve
- transport-grpc
- transport-http
- typedefs
- src
- types
- src
- util-actor
- src
- mailbox
- util-address
- src
- util-encode-key
- src
- __snapshots__
- util-invariant
- src
- util-logger
- src
- util-semver
- util-template
- src
- __snapshots__
- util-uid
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
111 files changed
+4393
-2167
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments