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
* poc of nested record definitions
* tests
* fix reanalyze suggestions
* allow inline records in constrs
* basic inline printing of nested records
* update errors
* output
* make hovers a bit nicer
* refactor away the need for res.inlineRecordReference
* refactor away unecessary dot check
* refactor inline types context
* support type params
* add tests
* try disabling reanalyze
* remove file
* changelog
* comments
* remove reanalyze from ci
Copy file name to clipboardexpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@
19
19
- Add `inert` attribute to `JsxDOM.domProps`. https://github.com/rescript-lang/rescript/pull/7326
20
20
- Make reanalyze exception tracking work with the new stdlib. https://github.com/rescript-lang/rescript/pull/7328
21
21
- Fix Pervasive.max using boolean comparison for floats. https://github.com/rescript-lang/rescript/pull/7333
22
+
- Experimental: Support nested/inline record types - records defined inside of other records, without needing explicit separate type definitions. https://github.com/rescript-lang/rescript/pull/7241
0 commit comments