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: pages/community/roadmap.mdx
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,10 @@ For latest development updates, please check out the [ReScript forum](https://fo
12
12
13
13
## Current focus
14
14
15
-
Major v11.0 release (see [v11 milestone](https://github.com/rescript-lang/rescript-compiler/issues?q=is%3Aopen+is%3Aissue+milestone%3Av11.0)).
15
+
Major v12.0 release (see [v12 milestone](https://github.com/rescript-lang/rescript-compiler/milestone/16)).
16
16
17
-
- Uncurried functions
18
-
- Remove unnecessary Stdlib modules
19
-
- Explore better Belt / Js module alternative, tooling for markdown documentation generation, and more.
17
+
* Move the [Rescript Core](https://github.com/rescript-association/rescript-core) standard library into the compiler / remove the OCaml standard library
18
+
* A new build system tailored to ReScript's needs ([rewatch](https://github.com/teamwalnut/rewatch)) for better monorepo support and even faster compilation speed
19
+
* Make it easier to create libraries for consumption from TypeScript with GenType
0 commit comments