Skip to content

Commit 29de83a

Browse files
Escape fix
1 parent 1a86462 commit 29de83a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

_blogposts/2024-09-30-release-11-1-5.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ badge: release
66
description: |
77
ReScript 11.1 bugfix releases and deprecation warnings
88
---
9+
910
Here's a short update from the ReScript team on what's going on right now, what's going on with the `11.x.x` versions, and what we're working on for version 12.
1011

1112
In preparation for the next major release of ReScript, we decided to deprecate JSX V3 in ReScript 11.1.5, in order to remove it completely in ReScript 12. During the development of V12, we fixed some parser and formatter issues that got backported to V11 as well. Furthermore, some compiler bugfixes happened as well. And last but not least, we improved Windows support a bit.
@@ -44,11 +45,13 @@ The compiler also received some improvements, mostly around error reporting, (un
4445
- [Windows 11 ARM Support](https://github.com/rescript-lang/rescript-compiler/pull/6813)
4546

4647
## v12 outlook
48+
4749
ReScript version 12 is well under way and we're working hard to streamline our platform and development process more. A sneak peak of some of the things we're working on:
50+
4851
- Uncurried only, making sure the generated JS is as fast and clean as possible
4952
- A new significantly faster (up to 60% faster in some cases) and more robust build system in [`Rewatch`](https://github.com/rescript-lang/rewatch), with full monorepo support
50-
- [ReScript Core](https://github.com/rescript-association/rescript-core) moves into the compiler and becomes the standard library
51-
- Streamlined and improved TypeScript <-> ReScript interop through a revamp of Gentype
53+
- [ReScript Core](https://github.com/rescript-association/rescript-core) moves into the compiler and becomes the standard library
54+
- Streamlined and improved TypeScript \<-> ReScript interop through a revamp of Gentype
5255

5356
...and many more things. More blog posts on v12 to follow!
5457

0 commit comments

Comments
 (0)