Skip to content

Commit

Permalink
Escape fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fhammerschmidt committed Sep 24, 2024
1 parent 1a86462 commit 29de83a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions _blogposts/2024-09-30-release-11-1-5.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ badge: release
description: |
ReScript 11.1 bugfix releases and deprecation warnings
---

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.

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.
Expand Down Expand Up @@ -44,11 +45,13 @@ The compiler also received some improvements, mostly around error reporting, (un
- [Windows 11 ARM Support](https://github.com/rescript-lang/rescript-compiler/pull/6813)

## v12 outlook

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:

- Uncurried only, making sure the generated JS is as fast and clean as possible
- 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
- [ReScript Core](https://github.com/rescript-association/rescript-core) moves into the compiler and becomes the standard library
- Streamlined and improved TypeScript <-> ReScript interop through a revamp of Gentype
- [ReScript Core](https://github.com/rescript-association/rescript-core) moves into the compiler and becomes the standard library
- Streamlined and improved TypeScript \<-> ReScript interop through a revamp of Gentype

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

Expand Down

0 comments on commit 29de83a

Please sign in to comment.