File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ The following programming languages are fully supported as target languages:
22
22
* C# (NetCoreApp >= 2.1)
23
23
* Swift 5.3
24
24
* OCaml
25
+ * Dart >= 3
25
26
26
27
The following languages are partially supported and still considered under development:
27
28
28
- * TypeScript 4 (packaged and tested with Deno) [ (follow-up issue)] ( https://github.com/novifinancial/serde-reflection/issues/119 )
29
- * Dart >= 2 [ (follow-up issue)] ( https://github.com/novifinancial/serde-reflection/issues/120 )
29
+ * TypeScript 4 (packaged and tested with Deno) [ (follow-up issue)] ( https://github.com/zefchain/serde-reflection/issues/58 )
30
30
31
31
### Supported Encodings
32
32
Original file line number Diff line number Diff line change 19
19
//! * C# (NetCoreApp >= 2.1)
20
20
//! * Swift 5.3
21
21
//! * OCaml
22
+ //! * Dart >= 3
22
23
//!
23
24
//! The following languages are partially supported and still considered under development:
24
25
//!
25
- //! * TypeScript 4 (packaged and tested with Deno) [(follow-up issue)](https://github.com/novifinancial/serde-reflection/issues/119)
26
- //! * Dart >= 2 [(follow-up issue)](https://github.com/novifinancial/serde-reflection/issues/120)
26
+ //! * TypeScript 4 (packaged and tested with Deno) [(follow-up issue)](https://github.com/zefchain/serde-reflection/issues/58)
27
27
//!
28
28
//! ## Supported Encodings
29
29
//!
You can’t perform that action at this time.
0 commit comments