You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/book/src/reference/experimental_features.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,3 +82,9 @@ fn conditionally_compiled() {
82
82
log("This is compiled only if both `some_feature` and `some_other_feature` are enabled.");
83
83
}
84
84
```
85
+
86
+
## Tracking Experimental Features
87
+
88
+
-`abi_type_aliases` — keeps the JSON ABI emitter from expanding type aliases into their target type when serializing a contract's ABI, allowing the published JSON to preserve the original alias names.
89
+
90
+
See the tracking issue for this feature [here](https://github.com/FuelLabs/sway/issues/7486).
0 commit comments